-
$lastCommand
-
-
$lastName
-
-
$lastResult
-
-
load
-
-
loadFile
-
-
loadFile
-
Function to load data structures via fixtures. Fixtures are YAML files that specify name-value pairs for objects.
-
loadFiles
-
Function to load data structures via fixtures. Fixtures are YAML files that specify name-value pairs for objects.
-
loadFromYaml
-
-
loadString
-
NOTE: libsyck extension doesn't have a 'string' loader, so we have to write a tmp file. Kinda slow... in any case though shouldn't really use YAML strings for anything but testing stuff anyway
-
login
-
Provide the login authentication.
-
login
-
Attempt to authorize the user with the given name/password.
-
loginFailedMessage
-
The message to display to a use on unsuccessful login.
-
loginFailedMessage
-
The message to display to a use on unsuccessful login.
-
loginInvocationPath
-
Provide the invocationPath for handling login.
-
loginInvocationPath
-
Get the login modulePath to use.
-
loginMessage
-
The login help message that should be displayed above the login box.
-
loginMessage
-
The login help message that should be displayed above the login box.
-
logout
-
Logout the current session.
-
log
-
Log the passed exception to the framework's log folder.
-
log
-
Log the passed exception to the framework's log folder.
-
logif
-
-
logToFile
-
-
loadDefaults
-
Allow the skin delegate to load the default values for this skin.
-
loadDefaults
-
A delegate method to allow the delegate object to load default values for certain skin properties such as: skin, skinTheme, metaDescription, metaKeywords, title etc.
-
loadSkin
-
Load the current skin.
-
loadTheme
-
Load the theme information for this skin.
-
$smarty
-
-
$sqlFormatter
-
-
$sqlTimestamp
-
-
$staticVar
-
-
$staticVarWithNoStaticAccessor
-
-
$stopsEvent
-
-
scaffold.php
-
-
scriptComponents.php
-
-
shell.php
-
-
send
-
-
serializedData
-
-
ServerAction
-
Create a new ServerAction to reponsd to an event.
-
setAction
-
Set the rpc action for this WFAction. This passes through to the RPC.
-
setAction
-
-
setArguments
-
Set the arguments to pass along with the RPC.
-
setData
-
-
setDataClass
-
-
setDataType
-
-
setEvent
-
-
setFirstName
-
-
setForm
-
Set the rpc form for this WFAction. This passes through to the RPC.
-
setForm
-
Set the form associated with the RPC. RPC's with forms will submit to the PHOCOA form-processing infrastructure.
-
setInverseRelationship
-
-
setInvocationPath
-
-
setIsAjax
-
Tell the RPC to use either AJAX mode or simply perform a page refresh to implement the action.
-
setJsEventHandler
-
-
setMaxCount
-
-
setMinCount
-
-
setRunsIfInvalid
-
Control whether the RPC will run the action method if the validation fails.
-
setStopEvent
-
Whether or not the triggering javascript event should be stopped.
-
setTarget
-
-
setTarget
-
Set the rpc target for this action. This passes through to the RPC.
-
setToOne
-
-
setUp
-
-
setUp
-
-
setUp
-
-
setUp
-
-
setup
-
-
setUp
-
-
setUp
-
-
setValueForKey
-
-
setValueForKeyPath
-
-
setValuesForKeys
-
-
setWidget
-
-
sharedModel
-
-
smarty_function_WFFormatter
-
-
StaticPerson
-
Base Class for all framework classes.
-
staticVar
-
-
SESSION_KEY_AUTHORIZATION_INFO
-
-
SESSION_KEY_LOGGED_IN
-
-
SESSION_KEY_RECENT_LOGIN_TIME
-
-
SESSION_KEY_VERSION
-
-
SESSION_NAMESPACE
-
-
setDelegate
-
Set the WFAuthorizationDelegate to use.
-
setIsSuperUser
-
Set the superuser status.
-
setUserid
-
Set the user id of the authorized user.
-
sharedAuthorizationManager
-
Get a reference to the shared WFAuthorizationManager object.
-
shouldEnableForgottenPasswordReset
-
Should a "forgot your password" link be shown?
-
shouldEnableForgottenPasswordReset
-
Should a "forgot your password" link be shown?
-
shouldEnableRememberMe
-
Should the login interface have a "remember me" checkbox?
-
shouldEnableRememberMe
-
Should the login interface have a "remember me" checkbox?
-
shouldRememberMeByDefault
-
-
shouldRememberMeByDefault
-
-
shouldShowLogoutConfirmation
-
Should there be an interstitial "You have logged out successfully, click here to continue", or should logout immediately redirect to
defaultLogoutContinueURL()?
-
shouldShowLogoutConfirmation
-
Should there be an interstitial "You have logged out successfully, click here to continue", or should logout immediately redirect to
defaultLogoutContinueURL()?
-
setErrorCode
-
-
setErrorMessage
-
-
$skinManifestDelegate
-
-
$skinName
-
-
$skinThemeName
-
-
setBody
-
Set the content for the skin to wrap. Typically this is HTML but could be anything.
-
setDelegate
-
Assign a skin delegate for this instance.
-
setDelegateName
-
Set the skin's delegate by passing the NAME of the skin delegate.
-
setHeadTemplate
-
Set the template file to be added to the "head" element of every page. Defaults to the built-in template file that sets up various PHOCOA things.
-
setMetaDescription
-
Set the META DESCRIPTION of the page.
-
setSkin
-
Set the skin to the given name. Will automatically load the skin and its default theme.
-
setTemplateType
-
Set the which template file of the current skin will be used to render the skin.
-
setTheme
-
Set the theme to use.
-
setTitle
-
Set the title of the page. This is the HTML title if you are building an HTML skin.
-
skinName
-
Get the current skin name
-
SKIN_WRAPPER_TYPE_NORMAL
-
The "normal" templateType: template_normal.tpl
-
SKIN_WRAPPER_TYPE_RAW
-
The "raw" templateType: the exact page contents will be displayed; equivalent to using no skin.
-
$widget
-
-
WFFixture.php
-
-
WFGenerator.php
-
-
WFArrayControllerTest.php
-
-
WFDecoratorTest.php
-
-
WFErrorsExceptionTest.php
-
-
WFFormatterTest.php
-
-
WFSerializerTest.php
-
-
WFYamlTest.php
-
-
WFIncluding.php
-
-
WFJSON.php
-
-
WFYaml.php
-
-
WFCoding.php
-
-
WFDateTime.php
-
-
WFObject.php
-
-
WFRPC.php
-
-
WFSerializer.php
-
-
WFAction
-
WFAction represents an action that is called when a WFEvent occurs on the client.
-
WFActionResponse
-
The WFActionResponse hierarchy encapsulates possible responses to Ajax actions.
-
WFActionResponseJSON
-
A JSON response.
-
WFActionResponsePhocoaUIUpdater
-
Fluent constructor.
-
WFActionResponsePhocoaUIUpdater
-
A special XML response type that allows the caller to easily effect UI changes on the client in response to an ajax action.
-
WFActionResponsePlain
-
A plain-text repsonse.
-
WFActionResponseXML
-
An XML response.
-
WFArrayControllerTest
-
-
WFBlurEvent
-
Maps to the DOM "blur" event.
-
WFChangeEvent
-
Maps to the DOM "change" event.
-
WFClickEvent
-
Maps to the DOM "click" event.
-
WFCoder
-
Base Class for all framework classes.
-
WFCoding
-
-
WFDateTime
-
Unfortunately the built-in DateTime object doesn't have a __toString method which is horribly inconvenient. We add this ourselves.
-
WFDecoratorTest
-
-
WFErrorsExceptionTest
-
-
WFEvent
-
The WFEvent hierarchy maps to DOM events that PHOCOA can recognize and act on.
-
WFFixture
-
YAML Fixtures Data loader utility.
-
WFFixture
-
Fluent constructor.
-
WFFocusEvent
-
Maps to the DOM "focus" event.
-
WFFormatterTest
-
-
WFIncluding
-
WFIncluding helps PHOCOA improve performance by providing autoload infrastructure.
-
WFJSON
-
-
WFModel
-
Base Class for all framework classes.
-
WFModelBuilder
-
-
WFModelBuilderPropel
-
Base Class for all framework classes.
-
WFModelCodeGenPropel
-
Base Class for all framework classes.
-
WFModelEntity
-
Base Class for all framework classes.
-
WFModelEntityProperty
-
Base Class for all framework classes.
-
WFModelEntityRelationship
-
Base Class for all framework classes.
-
WFMousedownEvent
-
Maps to the DOM "mousedown" event.
-
WFMousemoveEvent
-
Maps to the DOM "mousemove" event.
-
WFMouseoutEvent
-
Maps to the DOM "mouseout" event.
-
WFMouseoverEvent
-
Maps to the DOM "mouseover" event.
-
WFMouseupEvent
-
Maps to the DOM "mouseup" event.
-
WFObject
-
Base Class for all framework classes.
-
WFRPC
-
The WFRPC class encapsulates a remote procedure call from the client/UI layer.
-
WFSerializer
-
Base Class for all framework classes.
-
WFSerializerMemento
-
Base Class for all framework classes.
-
WFSerializerTest
-
-
WFShell
-
The phocoa shell is an interactive PHP shell for working with your phocoa applications.
-
WFYaml
-
-
WFYamlTest
-
-
WF_LOG_LEVEL
-
-
widget
-
-
WFAuthorization.php
-
-
WFAuthorizationDelegate
-
Informal delegate protocol for your web application to handle authentication.
-
WFAuthorizationException
-
A specialized exception class for authorization exceptions. Used by the Module subsystem to handle access control.
-
WFAuthorizationInfo
-
The WFAuthorizationInfo object stores all access control information for the logged-in user.
-
WFAuthorizationManager
-
The WFAuthorizationManager helps the application manage user authentication, login, and access control.
-
WFError.php
-
-
WFExceptionReporting.php
-
-
WFError
-
A generic error class.
-
WFErrorsException
-
A special WFException subclass meant for carrying multiple WFError objects.
-
WFExceptionReporting
-
The WFExceptionReporting class provides some static helper methods for dealing with exceptions.
-
WFException.php
-
-
WFException
-
A helper class to easily throw named exceptions.
-
WFLog.php
-
-
WARN_LOG
-
-
WFLog
-
The WFLog class provides some static helper methods for logging things.
-
WFSkin.php
-
-
WFSkin
-
Main skin class for managing skin wrappers around the content.
-
WFSkinDelegate
-
Delegate interface for the skin object.
-
WFSkinManifestDelegate
-
Skin Manifest abstract interface. Each skin will need to have a concrete subclass to provide the system with needed information about itself.
-
willRender
-
Pre-render callback.
-
willRender
-
Callback method which is called just before the skin is rendered.