Full index

Package indexes


a b c d e f g h i k l m n o p r s t u v w x y z _
a
top
Variable $about
Variable $attachment
Variable $auth
HTTP Authentication settings
Method add
Add an Zend_Db_Xml_XmlContent to list
Method addBehavior
ZFormElement::addBehavior() in ZFormElement.php
Add the given behavior to the list of behaviors associated with the element. If the behavior is already contained in the list no action is taken. Elements support multiple behaviors on a FIFO basis. When a behaviors fails the remaining behaviors (if any) are not called.
Method addCookie
Add a cookie to the jar. Cookie should be passed either as a Zend_Http_Cookie object or as a string - in which case an object is created from the string.
Method addCookiesFromResponse
Parse an HTTP response, adding all the cookies set in that response to the cookie jar.
Method addEventListener
Adds an event listener of the element for the given $type
Method AddOption
Method AddParameter
Method addPart
Append a new Zend_Mime_Part to the current eMail
Method addRoute
Method addScriptBlock
ZFormWebElement::addScriptBlock() in ZFormWebElement.php
Adds a fragment of script (optionally) named to the element either at the top or bottom of the element. Named script blocks are maintained in an assoc array.
Method addValidator
ZFormElement::addValidator() in ZFormElement.php
Add the given validator to the list of validators associated with the element. If the validator is already contained in the list no action is taken. Elements support multiple validators on a FIFO basis. When a validator fails the remaining validators (if any) are not called.
Method AddValue
Method appendChild
ZFormElement::appendChild() in ZFormElement.php
Adds the $child to the list of children associated with the element The parent of the $child is set to the element
Method applyClientBehavior
Called before the behavior is emitted to the client or server. If the element is a ZFormLink the AJAX behavior replaces the href of the link.
Method applyClientBehavior
ZFormElementBehaviorAbstract::applyClientBehavior() in ZFormElementBehaviorAbstract.php
Abstract method which must be implemented by subclasses. This method is invoked before any rendering is started of the component. This give the bahavior a chance to make any changes to the layout of the element its children or its parent chain.
Method assemble
Method asString
Get the entire response as string
Method asString
Get the cookie as a string, suitable for sending as a "Cookie" header in an HTTP request
Page Args.php
Args.php in Args.php
Page Action.php
Action.php in Action.php
Page Abstract.php
Abstract.php in Abstract.php
Class Constant DATA
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
Class Constant ParamOptional
Class Constant ParamRequired
Class Constant PATH_SEPARATOR
ZFormElement::PATH_SEPARATOR in ZFormElement.php
Elements are uniquely addressable via the path generated
Class Constant VALIDATOR_SCRIPT
ZFormRegExpValidator::VALIDATOR_SCRIPT in ZFormRegExpValidator.php
b
top
Variable $BEHAVIOR_DIR_NAMES
Variable $body
The HTTP response body
Class Constant ABOUT
Method button
ZFormButton::button() in ZFormButton.php
Sets the HTML value of the ZFormButton to the string passed
Page Broker.php
Broker.php in Broker.php
c
top
Variable $code
The HTTP response code
Variable $Cookiejar
The client's cookie jar
Variable $cookies
Array storing cookies
Method capa
Get capabilities from POP3 server
Method checkTable
Helper function
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
ZFormWebElement::close() in ZFormWebElement.php
Generates the closing stanza for the HTML which consists of closing tag.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method connect
Open connection to POP3 server
Method count
Get the number of documents in the list
Method count
Countable::count()
Method countMessages
Count messages with a flag or all messages in current box/folder Flags might not be supported by all mail libs (exceptions is thrown)
Method countMessages
Count messages all messages in current box No flags are supported by POP3 (exceptions is thrown)
Method countMessages
Count messages all messages in current box Flags are not supported (exceptions is thrown)
Method createDocument
Convenience method to create an Zend_Db_Xml_XmlContent() object
Method createFromMessage
decodes a mime encoded String and returns a MimeMessage object with all the mime parts set according to the given string
Method createTable
Create the table if it does not exist
Method current
Required by the Iterator interface
Method current
Iterator::current()
Page Client.php
Client.php in Client.php
Page Cookie.php
Cookie.php in Cookie.php
Page Cookiejar.php
Cookiejar.php in Cookiejar.php
d
top
Variable $data
Variable $domain
Cookie domain
Variable $doStrictRedirects
Whether to strictly follow RFC 2616 when redirecting
Page Dispatcher.php
Dispatcher.php in Dispatcher.php
Page Db2.php
Db2.php in Db2.php
Method decodeChunkedBody
Decode a "chunked" transfer-encoded body and return the decoded text
Method decodeDeflate
Decode a zlib deflated message (when Content-encoding = deflate)
Method decodeGzip
Decode a gzip encoded message (when Content-encoding = gzip)
Method decodeQuotedPrintable
decode a quoted printable encoded string
Method delete
Method delete
Send a DELETE request
Method delete
Removes the XML data represented by an Zend_Db_Xml_XmlContent object from the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Method delete
Make a DELE count to remove a message
Method deleteAllCookies
Remove all cookies from the jar
Method deleteById
Method deleteById
Removes the XML data given the id of the XML document
Method deleteCookies
Delete a cookie according to it's name and domain. If no name is specified, all cookies from this domain will be cleared out.
Method deleteExpiredCookies
Clear all cookies who's expiry time is older than $time
Method deleteSessionCookies
Clear "Session" cookies (cookies without specific expiry time)
Method dispatch
Dispatches a Zend_Controller_Dispatcher_Token object to a controller/action. If the action requests a forward to another action, a new Zend_Controller_Dispatcher_Token will be returned.
Method dispatch
Dispatch to a controller/action
Method dispatch
Dispatch an HTTP request to a controller/action.
Method dispatchLoopShutdown
Called before Zend_Controller_Front exists its dispatch loop.
Method dispatchLoopShutdown
Called before Zend_Controller_Front exists its dispatch loop.
Method dispatchLoopShutdown
Called before Zend_Controller_Front exists its dispatch loop.
Method dispatchLoopStartup
Called before Zend_Controller_Front enters its dispatch loop.
Method dispatchLoopStartup
Called before Zend_Controller_Front enters its dispatch loop.
Method dispatchLoopStartup
Called before Zend_Controller_Front enters its dispatch loop.
Page Decode.php
Decode.php in Decode.php
e
top
Variable $ELEMENT_DIR_NAMES
Constants used to specify the locations of the various directory lists
Variable $enctype
Request body content type (for POST requests)
Variable $expires
Cookie expiry date
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Class Constant DEFAULT_REGEX
Method emitAttributes
ZFormWebElement::emitAttributes() in ZFormWebElement.php
Generates the attributes of the ZFormWebElement HTML opening stanza. Values are double quoted in the output stream.
Method emitClientBehavior
ZFormElementBehavior procotol method which emits the javascript necessary to apply the AJAX behavior to the element
Method emitClientBehavior
ZFormElementBehaviorAbstract::emitClientBehavior() in ZFormElementBehaviorAbstract.php
Abstract method. This method is invoked during the render cycle of the
Method emitClientValidator
Method emitClientValidator
Method emitScriptBlocks
Iterates over the script fragments associated with the elements and emits them into the current output stream.
Method encodeAuthHeader
Create a HTTP authentication "Authorization:" header according to the specified user, password and authentication method.
Method encodeFormData
Encode date to a multipart/form-data part suitable for a POST request.
Method entryField
ZFormEntryField::entryField() in ZFormEntryField.php
Helper method which sets the id of the EntryField
Method executeSQLPredicateQuery
Method executeXPathPredicateQuery
Execute a simple search using an XPath expression
Method exportToFile
Save the DOM to a file in the local directory path
Method exportToSimpleXML
Convenience method to get a SimpleXML object representation of a DOM
Method exportToString
Convenience method to get a string representation of a DOM Same as saveXML()
Method extractBody
Extract the body from a response string
Method extractCode
Extract the response code from a response string
Method extractHeaders
Extract the headers from a response string
Method extractMessage
Extract the HTTP message from a response
Method extractVersion
Extract the HTTP version from a response
Class Constant GENERIC_ERROR_MSG
ZFormElementValidator::GENERIC_ERROR_MSG in ZFormElementValidator.php
Class Constant GET
ZForm::GET in ZForm.php
Class Constant GET
ZFormAjaxBehavior::GET in ZFormAjaxBehavior.php
Page Exception.php
Exception.php in Exception.php
Class Constant METHOD_CONNECT
Class Constant METHOD_DELETE
Class Constant METHOD_GET
HTTP request methods
Class Constant METHOD_HEAD
Class Constant METHOD_OPTIONS
Class Constant METHOD_POST
Class Constant METHOD_PUT
Class Constant METHOD_TRACE
Class Constant REGEX_DELIMITER
Class Constant REPLACE
ZFormAjaxBehavior::REPLACE in ZFormAjaxBehavior.php
Class Constant SERVER
ZFormElementValidator::SERVER in ZFormElementValidator.php
f
top
Variable $files
File upload arrays (used in POST requests)
Page Front.php
Front.php in Front.php
Method factory
Create a new Zend_Http_Response object from a string
Method factory
Create a new CookieJar object and automatically load into it all the cookies set in an Http_Response object. If $uri is set, it will be considered as the requested URI for setting default domain and path of the cookie.
Method factory
Generate a new Cookie object from a cookie string (for example the value of the Set-Cookie HTTP header)
Method find
Method find
Finds Zend_Db_Xml_XmlContent documents that match items in array
Method findAnywhere
Method findById
Returns the Zend_Db_Xml_XmlContent object associated with given id
Method findById
Method fire
ZFormElementEvent::fire() in ZFormElementEvent.php
Delivers the event to the registered event listeners for the type specified by the event from the subject.
Method fireEvent
ZFormElement::fireEvent() in ZFormElement.php
Fire the given event into the element tree. Elements are not
Method formatActionName
Formats a string into an action name. This is used to take a raw action name, such as one that would be packaged inside a Zend_Controller_Dispatcher_Token object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.
Method formatControllerName
Formats a string into a controller name. This is used to take a raw controller name, such as one that would be packaged inside a Zend_Controller_Dispatcher_Token object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.
g
top
Method generateMessage
Generate Mime Compliant Message from the current configuration This can be a multipart message if more than one mimeParts were added. If only one Part is present, the content of this part is returned. If no part had been added, an empty string is returned.
Method generateSearchString
helper function
Method get
Send a GET request
Method getAbout
returns the $about XML document
Method getActionName
Returns the action name, in the raw form.
Method getAllCookies
Get all cookies in the cookie jar as an array
Method getAttachment
Retrieve the attachment associated with this XML content object
Method getAttribute
ZFormElement::getAttribute() in ZFormElement.php
Returns the value of the $name attribute associated with the element
Method getAttributes
ZFormElement::getAttributes() in ZFormElement.php
Return the associative array of attribute maintained by the element.
Method getBehaviors
ZFormElement::getBehaviors() in ZFormElement.php
Returns the list (array) of behaviors associated with the element
Method getBody
Get the response body as string
Method getCallbacks
ZFormAjaxBehavior::getCallbacks() in ZFormAjaxBehavior.php
Returns the value of the callbacks instance variable
Method getCapabilities
Get a full list of features supported by the specific mail lib and the server
Method getChecked
ZFormCheckbox::getChecked() in ZFormCheckbox.php
Returns the true if the CheckBox is checked
Method getChildNodes
ZFormElement::getChildNodes() in ZFormElement.php
Return the list (array) of children contained by the element
Method getContent
Body of message
Method getControllerName
Returns the controller name, in the raw form.
Method getCookie
Get a specific cookie according to a URI and name
Method getCookiejar
Return the current cookie jar or null if none.
Method getCurrentRoute
Method getData
ZFormElementEvent::getData() in ZFormElementEvent.php
Returns the opaque user data associated with the event
Method getData
return $data
Method getDispatcher
Return the dispatcher object.
Method getDOM
Convenience method to get a DOM
Method getDomain
Get cookie domain
Method getDOMAsMap
Retrieve the DOM from either DATA or ABOUT as an array
Method getElement
ZFormElementValidator::getElement() in ZFormElementValidator.php
Method getElementById
ZFormElement::getElementById() in ZFormElement.php
Returns the childs whose ID is $id. If the $recursive = true, continue search depth first for the child
Method getErrorMessage
Returns the error message originated by the $child
Method getErrorMessage
ZFormElementValidator::getErrorMessage() in ZFormElementValidator.php
Method GetErrors
Method GetErrors
Method GetErrors
Method getEventListeners
Simple getter for the event listeners associated with the web element
Method getExpiryTime
Get the expiry time of the cookie, or null if no expiry time is set
Method getHeader
Get the value of a specific header
Method getHeader
get a message with only header and $bodyLines lines of body
Method getHeader
Get a message with only header and $bodyLines lines of body
Method getHeader
Get a specific header as string, or null if it is not set
Method getHeader
Get a message with only header and $bodyLines lines of body
Method getHeaders
Get all headers
Method getHeaders
Get the response headers
Method getHeadersAsString
Get all headers as string
Method getHTMLTarget
ZFormAjaxBehavior::getHTMLTarget() in ZFormAjaxBehavior.php
Returns the value of the htmlid instance variable
Method getID
ZFormElement::getID() in ZFormElement.php
Return simple ID of the element
Method getIDPath
ZFormElement::getIDPath() in ZFormElement.php
Compute, if necessary, and return the fully qualified path of the element within the containment structured defined via the parentnode
Method getInstance
Return one and only one instance of the Zend_Controller_Front object
Method getIsProcessing
Returns the status of the processing flag
Method getLastRedirectionsCount
Get the number of redirections done on the last request
Method getLastRequest
Get the last HTTP request as string
Method getList
Make LIST call for size of message(s)
Method getMatchingCookies
Return an array of all cookies matching a specific request according to the request URI, whether session cookies should be sent or not, and the time to consider as "now" when checking cookie expiry time.
Method getMemento
ZFormRadioButton::getMemento() in ZFormRadioButton.php
Default implementation of retriving the memento associated with the element
Method getMemento
ZFormWebElement::getMemento() in ZFormWebElement.php
Default implementation of retriving the memento associated with the element
Method getMemento
ZFormLink::getMemento() in ZFormLink.php
Returns the memento used to persist the state of the link, which is simply the text.
Method getMemento
ZFormInputElement::getMemento() in ZFormInputElement.php
Retrieve the memento which will be stored with the session data representing the state of the input field. The default implemention is to simply ask the input element for its value
Method getMemento
ZFormElement::getMemento() in ZFormElement.php
Default implementation of retriving the memento associated with the element
Method getMemento
ZFormImage::getMemento() in ZFormImage.php
Create a memento which saves the state of the FormImage for storage in the session.
Method getMemento
ZFormCheckbox::getMemento() in ZFormCheckbox.php
Create a memento which saves the state of the Checkbox for storage in the session.
Method getMessage
Return a message describing the HTTP response code (Eg. "OK", "Not Found", "Moved Permanently")
Method getMessage
Get a message with headers and body
Method getMessage
get a message with headers and body
Method getMessage
Get a message with headers and body
Method getMethod
Get the currently-set request method (GET, POST, etc.)
Method getMime
returns the Zend_Mime object in use by this Message.
Method getName
ZFormElementValidator::getName() in ZFormElementValidator.php
Method getName
Get Cookie name
Method GetOptionObject
Method GetOptionValue
Method GetOptionValues
Method GetParameterObject
Method GetParameterValue
Method getParams
Get the parameters array.
Method getParentNode
ZFormElement::getParentNode() in ZFormElement.php
Return the parent node reference maintained by the element
Method getPartContent
get the (encoded) content of a given part as a string
Method getPartHeaders
get the headers of a given part as a string
Method getParts
Returns the list of all Zend_Mime_Parts in this Mail as an Array.
Method getPath
Get the cookie path
Method getPosition
ZFormAjaxBehavior::getPosition() in ZFormAjaxBehavior.php
Returns the value of the position instance variable
Method getRawBody
Get the raw response body (as transfered "on wire") as string
Method getRewriteBase
Method getRoot
ZFormElement::getRoot() in ZFormElement.php
Searchs the parent chain defined by the _parentNode reference until the top of the tree is reached. If the element has no parents then the element is the 'root'
Method getRoute
Method getRouter
Return the router object.
Method getRunat
ZFormElementValidator::getRunat() in ZFormElementValidator.php
Method getSize
Get a list of messages with number and size
Method getSize
get a list of messages with number and size
Method getSize
Get a list of messages with number and size
Method getSource
ZFormElementEvent::getSource() in ZFormElementEvent.php
Returns the ZFormElement which is the source of the event
Method getStatus
Get the HTTP response status code
Method getText
ZFormLink::getText() in ZFormLink.php
Property getter for the link text field
Method getText
ZFormOption::getText() in ZFormOption.php
Returns the text which will be displayed in the selection box.
Method getType
ZFormElementEvent::getType() in ZFormElementEvent.php
Returns the type of the event. See constants in ZFormElementEvent
Method getUri
Get the URI for the next request
Method getURL
ZFormAjaxBehavior::getURL() in ZFormAjaxBehavior.php
Returns the URL of the AJAX behavior
Method getValidationErrors
Returns the array of validation errors associated with the element.
Method getValidators
ZFormElement::getValidators() in ZFormElement.php
Returns the list of validators associated with the element
Method getValue
ZFormWebElement::getValue() in ZFormWebElement.php
Overridden implementation of getValue which returns the 'value' attribute of the ZFormWebElement
Method getValue
Get cookie value
Method getValue
ZFormElement::getValue() in ZFormElement.php
Abstract method used to retrive the value associated with the
Method GetValue
Method GetValue
Method GetValues
Method getVersion
Get the HTTP version of the response
Method getXmlResult
Convert an array into an Zend_Db_Xml_XmlContent object
h
top
Variable $hasTop
saves if server supports top
Variable $headers
Associative array of request headers
Variable $headers
The HTTP response headers array
Variable $http_version
Request HTTP version (1.0 or 1.1)
Method handleEvent
ZFormElementEventListenerInterface::handleEvent() in ZFormElementEventListenerInterface.php
This interface introduces the most basic of event handling protocol to elements. All elements implement this interface by default in ZFormElement
Method handleEvent
ZFormElement::handleEvent() in ZFormElement.php
Default implementation of the ZFormElementEventListenerInterface interface which simply does nothing. Intended to make subclassing more easy.
Method hasAttachment
returns true if an attachment has been set for this XML content object, false otherwise
Method hasChildNodes
ZFormElement::hasChildNodes() in ZFormElement.php
Does the element contain children?
i
top
Variable $id
Zend_Db_Xml_XmlContent::$id in XmlContent.php
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Method importSimpleXML
Convert SimpleXML object, $sXML, into a DOM
Method importString
Convert the string parameter, $str, into a DOM
Method importXMLFile
Open the file associated with file at local path, $fXML.
Method importXMLFileStream
$fsXML is a file stream. Convert the stream to a DOM
Method indexAction
Any controller extending Zend_Controller_Action must provide an index() method. The index() method is the default action for the controller when no action is specified.
Method init
ZFormFactory::init() in ZFormFactory.php
Method initialize
ZFormRegExpValidator::initialize() in ZFormRegExpValidator.php
Method insert
Method insert
Saves the XML data represented by an Zend_Db_Xml_XmlContent object into the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Method insertDOM
Convenience method to insert a DOM directly into the persistence layer
Method invokeApplication
Abstract implementation of invoking the application component associated
Method isAsync
ZFormAjaxBehavior::isAsync() in ZFormAjaxBehavior.php
Returns the value of the async instance variable
Method isDispatchable
Returns TRUE if an action can be dispatched, or FALSE otherwise.
Method isDispatchable
Returns TRUE if the Zend_Controller_Dispatcher_Token object can be dispatched to a controller.
Method isError
Check whether the response is an error
Method isExpired
Check whether the cookie has expired
Method isMultiPart
check if message needs to be sent as multipart mime message of if it has only one part.
Method isRedirect
Check whether the response is a redirection
Method isSecure
Check whether the cookie should only be sent over secure connections
Method isSessionCookie
Check whether the cookie is a session cookie (has no expiry time set)
Method isSuccessful
Check whether the response in successful
k
top
Method key
Required by the Iterator interface
Method key
Iterator::key()
l
top
Variable $last_request
The last HTTP request sent by the client, as string
Class Constant BLOB_SIZE
Class Constant CLASS_PREFIX
ZFormDynamicElement::CLASS_PREFIX in ZFormDynamicElement.php
Class Constant CLIENT
ZFormElementValidator::CLIENT in ZFormElementValidator.php
Method loadBehavior
ZFormFactory::loadBehavior() in ZFormFactory.php
Method loadElement
ZFormFactory::loadElement() in ZFormFactory.php
Method loadRequestData
ZFormRadioButton::loadRequestData() in ZFormRadioButton.php
Retrieves the data associated with this element from the ZRequest object.
Method loadRequestData
ZFormWebElement::loadRequestData() in ZFormWebElement.php
Retrieves the data associated with this element from the ZRequest object.
Method loadRequestData
Abstract implementation that interates of the children of the element invoking loadRequestData. During this phase of the processing cycle elements should retrieve input data from the ZRequest object
Method loadRequestData
The methods will loaded the x & y position of the image click into the ZFormImage component.
Method loadRequestData
Abstract implementation that interates of the children of the element invoking loadRequestData. During this phase of the processing cycle elements should retrieve input data from the ZRequest object
Method loadRequestData
The method is called when a ZForm is being processed to give the ZFormCheckbox and opportunity to initialize itself even when there is not data being directly targed to the ZFormWebElement
Method loadValidator
ZFormFactory::loadValidator() in ZFormFactory.php
Method login
Login to POP3 server. Can use APOP
Method logout
End communication with POP3 server (also closes socket)
Page List.php
List.php in List.php
m
top
Variable $Max
Variable $maxRedirects
Maximum number of redirections to follow, 0 for none.
Variable $message
The HTTP response code as string (e.g. 'Not Found' for 404 or 'Internal Server Error' for 500)
Variable $method
HTTP request method
Variable $Min
Page Mbox.php
Mbox.php in Mbox.php
Page Message.php
Message.php in Message.php
Method match
Method match
Method match
Checks whether the cookie should be sent on not in a specific scenario
Page Message.php
Message.php in Message.php
Class Constant XML_SIZE
n
top
Variable $Name
Variable $name
Cookie name
Class Constant ENC_FORMDATA
Class Constant ENC_URLENCODED
POST data encoding methods
Method next
Required by the Iterator interface
Method next
Iterator::next()
Method NoneOf
Method noop
Keep the resource alive.
Method noop
Keep the server busy.
Method noop
Waste some CPU cycles doing nothing.
Method noop
Make a NOOP call, maybe needed for keeping the server happy
Class Constant ONBLUR
ZFormElementEvent::ONBLUR in ZFormElementEvent.php
Class Constant ONCLICK
ZFormElementEvent::ONCLICK in ZFormElementEvent.php
Event constants supported by the framework
Class Constant ONVALUECHANGE
ZFormElementEvent::ONVALUECHANGE in ZFormElementEvent.php
o
top
Variable $Offset
Variable $Opts
Variable $Opts
Class Constant BOTH
ZFormElementValidator::BOTH in ZFormElementValidator.php
Class Constant COOKIE_OBJECT
Return cookie(s) as a Zend_Http_Cookie object
Class Constant COOKIE_STRING_ARRAY
Return cookie(s) as a string (suitable for sending in an HTTP request)
Class Constant COOKIE_STRING_CONCAT
Return all cookies as one long string (suitable for sending in an HTTP request)
Method offsetExists
ArrayAccess::offsetExists()
Method offsetGet
ArrayAccess::offsetGet()
Method offsetSet
ArrayAccess::offsetSet()
Method offsetUnset
ArrayAccess::offsetUnset()
Method OneOf
Method open
ZFormWebElement::open() in ZFormWebElement.php
Generates the opening stanza of the HTML which consists of the opening tags and the attributes of the element. If the element does not contain children the tag is also closed. Nothing is generated if the tag is wrapping existing markup.
Class Constant POST
ZForm::POST in ZForm.php
Class Constant POST
ZFormAjaxBehavior::POST in ZFormAjaxBehavior.php
p
top
Variable $paramsGet
Associative array of GET parameters
Variable $paramsPost
Assiciative array of POST parameters
Variable $path
Cookie path
Variable $proxy
HTTP proxy settings
Class Constant APPEND
ZFormAjaxBehavior::APPEND in ZFormAjaxBehavior.php
Page Pop3.php
Pop3.php in Pop3.php
Page Pop3.php
Pop3.php in Pop3.php
Method parent
ZFormDynamicElement::parent() in ZFormDynamicElement.php
Method Parse
Method performValidation
ZFormElementValidator::performValidation() in ZFormElementValidator.php
Method performValidation
ZFormRegExpValidator::performValidation() in ZFormRegExpValidator.php
Method persist
ZFormElement::persist() in ZFormElement.php
Persists the elements to the session for subsequent restoration and presentation to the user (this is useful with multi-page forms).
Method post
Send a POST request
Method postDispatch
Called after an action is dispatched by Zend_Controller_Dispatcher.
Method postDispatch
Called after an action is dispatched by Zend_Controller_Dispatcher.
Method postDispatch
Called after an action is dispatched by Zend_Controller_Dispatcher.
Method preDispatch
Called before an action is dispatched by Zend_Controller_Dispatcher.
Method preDispatch
Called before an action is dispatched by Zend_Controller_Dispatcher.
Method preDispatch
Called before an action is dispatched by Zend_Controller_Dispatcher.
Method process
ZFormElement::process() in ZFormElement.php
This method (process) does much of the work associated with the element.
Method put
Send a PUT request
r
top
Variable $raw_post_data
The raw post data to send. Could be set by setRawPostData($data, $enctype).
Variable $redirectCounter
Redirection counter
Class Constant ArgNone
Zend_CLI::ArgNone in Args.php
Class Constant ArgOptional
Class Constant ArgRequired
Page RewriteRouter.php
RewriteRouter.php in RewriteRouter.php
Page Route.php
Route.php in Route.php
Page Router.php
Router.php in Router.php
Page Response.php
Response.php in Response.php
Class Constant PREPEND
ZFormAjaxBehavior::PREPEND in ZFormAjaxBehavior.php
Method readResponse
read a response
Method regExpValidator
ZFormRegExpValidator::regExpValidator() in ZFormRegExpValidator.php
Method registerPlugin
Register a plugin.
Method registerPlugin
Register a plugin.
Method removeChild
ZFormElement::removeChild() in ZFormElement.php
Remove the given $child from the list (array) of children associated with the element
Method removedBehavior
Removes behavior from the list of behaviors associated with the element
Method removedValidator
Removes validator from the list of validators associated with the element
Method removeEventListener
Remove the event listener associated with the given event type from the list of listeners. If $listener is not specified all events of the given type will be removed from the listeners
Method removeMessage
delete a message from current box/folder
Method removeMessage
stub for not supported message deletion
Method removeMessage
Remove a message from server. If you're doing that from a web enviroment you should be careful and use a uniqueid as parameter if possible to identify the message.
Method render
ZFormWebElement::render() in ZFormWebElement.php
Renders the ZFormWebElement into its HTML into the current output
Method renderBody
ZFormLink::renderBody() in ZFormLink.php
Renders the text content of the link.
Method renderBody
ZFormOption::renderBody() in ZFormOption.php
Render the body of the ZFormOptions which is the $text property of the ZFormOption object
Method renderBody
ZFormWebElement::renderBody() in ZFormWebElement.php
Renders the body of the element's which by default consists of
Method request
Send the HTTP request and return an HTTP response object
Method request
Send the HTTP request and return a response
Method request
Send request and get resposne
Method reset
Method resetParameters
Clear all GET and POST parameters
Method resetParameters
Clear all GET and POST parameters
Method responseCodeAsText
A convenience function that returns a text representation of HTTP response codes. Returns null for unknown codes.
Method restoreState
ZFormElement::restoreState() in ZFormElement.php
An element can persist itself between requests (@see persist()), if so it is during this stage of the processing cycle that elements restore their state. Persistent data is retrieved from the session object under the elements idPath.
Method retrive
Make a RETR call for retrieving a full message with headers and body
Method rewind
Required by the Iterator interface
Method rewind
Iterator::rewind()
Method route
Method route
Processes an HTTP request and routes to a Zend_Controller_Dispatcher_Token object. If no route was possible, an exception is thrown.
Method route
Method routeShutdown
Called after Zend_Controller_Router exits.
Method routeShutdown
Called after Zend_Controller_Front exits from the router.
Method routeShutdown
Called before Zend_Controller_Front exists its iterations over the route set.
Method routeStartup
Called before Zend_Controller_Front begins evaluating the request against its routes.
Method routeStartup
Called before Zend_Controller_Front begins evaluating the request against its routes.
Method routeStartup
Called before Zend_Controller_Front begins evaluating the request against its routes.
Method run
Convenience feature, calls getInstance()->setControllerDirectory()->dispatch()
Method run
Initialize the class instance variables and then call the action.
Class Constant URL_VARIABLE
s
top
Variable $secure
Whether the cookie is secure or not
Method saveXML
Convenience method to get a string representation of a DOM
Method seek
SeekableIterator::seek()
Method selectAll
Method selectAll
Returns all documents in the content store
Method sendRequest
Send a request
Method setAbout
replaces the existing $about document with the DOMDocument parameter
Method setActionName
Sets the action name. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.
Method setAllowEvents
ZFormElement::setAllowEvents() in ZFormElement.php
Turns of processing events, that is events delivered to the fireEvent method (@see fireEvent()) are not process, they are ignored
Method setAsync
ZFormAjaxBehavior::setAsync() in ZFormAjaxBehavior.php
Set the value of the async instance variable
Method setAttachment
set the attachment associated with this XML content object
Method setAttribute
ZFormElement::setAttribute() in ZFormElement.php
Set the value of the $name attribute within the element
Method setAuth
Set HTTP authentication parameters
Method setCallbacks
ZFormAjaxBehavior::setCallbacks() in ZFormAjaxBehavior.php
Set the value of the callback instance variable
Method setChecked
ZFormCheckbox::setChecked() in ZFormCheckbox.php
Sets the value of the HTML checked attribute
Method setControllerDirectory
Sets the directory where the Zend_Controller_Action class files are stored.
Method setControllerDirectory
Convenience method, passthru to Zend_Controller_Dispatcher::setControllerDirectory()
Method setControllerName
Sets the controller name. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.
Method setCookie
Set a cookie parameter
Method setCookie
Add a cookie to the request. If the client has no Cookie Jar, the cookies will be added directly to the headers array as "Cookie" headers.
Method setCookiejar
Set the HTTP client's cookie jar.
Method setData
set the $data document for this object
Method setDispatcher
Set the dispatcher object. The dispatcher is responsible for taking a Zend_Controller_Dispatcher_Token object, instantiating the controller, and call the action method of the controller.
Method setDOM
convenience method for setting a DOM
Method setDOMFromMap
Set the DOM for either DATA or ABOUT from an array
Method setEncType
Set the encoding type for POST data
Method SetError
Method setFileUpload
Set a file to upload (using a POST request)
Method setHeader
Set a request header field
Method setHeaders
Set the next request's headers.
Method setHTMLTarget
ZFormAjaxBehavior::setHTMLTarget() in ZFormAjaxBehavior.php
Sets the value of the htmlid target instance variable
Method setId
set the XML content document id with $id
Method setID
ZFormElement::setID() in ZFormElement.php
Sets the ID of the element. The ID is checked for validitiy within
Method setMaxRedirects
Set the number of maximum redirections to follow, 0 for none.
Method setMemento
ZFormLink::setMemento() in ZFormLink.php
Retores the state of the link from its memento
Method setMemento
ZFormRadioButton::setMemento() in ZFormRadioButton.php
The bookend implementation to @see getMemento(). This function is a void
Method setMemento
ZFormWebElement::setMemento() in ZFormWebElement.php
The bookend implementation to @see getMemento(). This function is a void
Method setMemento
ZFormInputElement::setMemento() in ZFormInputElement.php
Restores the state of the input element from its memento which was returned by getMemento above. The default implementation is to set the value of the input element to the memento.
Method setMemento
ZFormImage::setMemento() in ZFormImage.php
Restores the state of the ZFormImage from its memento which was returned by getMemento.
Method setMemento
ZFormElement::setMemento() in ZFormElement.php
The bookend implementation to @see getMemento(). This function is a void
Method setMemento
ZFormCheckbox::setMemento() in ZFormCheckbox.php
Restores the state of the checkbox from its memento which was returned by getMemento.
Method setMethod
Set the next request's method
Method setMime
set mime Object for this Message. This can be used to set the Boundary specifically or to use a SubClass of Zend_Mime for generating the boundary.
Method setName
ZFormElementValidator::setName() in ZFormElementValidator.php
Method setParameterGet
Set a GET parameter for the request. Wrapper around _setParameter
Method setParameterPost
Set a POST parameter for the request. Wrapper around _setParameter
Method setParams
Sets the parameters array.
Method setParentNode
ZFormElement::setParentNode() in ZFormElement.php
Changes the parent node associated with the element to the new $parent specified in the parameter.
Method setParts
sets the given Array of Zend_Mime_Parts as the Array for this eMail.
Method setPosition
ZFormAjaxBehavior::setPosition() in ZFormAjaxBehavior.php
Sets the value of the position target instance variable
Method setProcess
ZFormElement::setProcess() in ZFormElement.php
Sets the processing flag, at any point during the process loop an element can terminate futher process by setting this flag to false
Method setProxy
Set a proxy server for the request
Method setRawData
Set the raw (already encoded) POST data.
Method setRewriteBase
Method setRouter
Set the router object. The router is responsible for mapping the request to a Zend_Controller_Dispatcher_Token object for dispatch.
Method setStrictRedirects
Set whether to strictly follow RFC 2616 when redirecting or not (See documentation for Zend_Http_Client::doStrictRedirects for details)
Method setText
ZFormOption::setText() in ZFormOption.php
Sets the text property of the option. The text is what is displayed in the select list
Method setText
ZFormLink::setText() in ZFormLink.php
Property setter for the link text field
Method setTimeout
Set the client's connection timeout in seconds, 0 for none
Method setUri
Set the URI for the next request
Method setURL
ZFormAjaxBehavior::setURL() in ZFormAjaxBehavior.php
Sets the URL of the AJAX behavior
Method setUserAgent
Set the user agent identification string
Method setValue
ZFormWebElement::setValue() in ZFormWebElement.php
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
Method setValue
ZFormRadioButton::setValue() in ZFormRadioButton.php
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
Method setValue
ZFormCheckbox::setValue() in ZFormCheckbox.php
Overrides setValue in the parent to also set the checked status of the ZCheckBox.
Method SetValue
Method setValue
ZFormElement::setValue() in ZFormElement.php
Implementation of the setValue which ONLY generates a ONVALUECHANGE event if the new $value is different from the current value. This means the subclasses MUST call this implementation and store the value.
Method setWrapExisting
ZFormWebElement::setWrapExisting() in ZFormWebElement.php
ZFormWebElements can be used to wraped existing HTML forms so that
Method SomeOf
Method splitContentType
split a content type in its different parts - maybe that could get a more generic name and code as many fields use this format
Method splitHeaderField
split a header field like content type in its different parts
Method splitMessage
split a message in header and body part, if no header or an invalid header is found $headers is empty
Method splitMessageStruct
decodes a mime encoded String and returns a struct of parts with header and body
Method splitMime
explode mime multipart string into seperate parts the parts consist of the header and the body of the mime part.
Method status
Make STAT call for message count and size sum
t
top
Variable $timeout
Request timeout in seconds
Page Token.php
Token.php in Token.php
Class Constant HTTP_VER_0
Class Constant HTTP_VER_1
HTTP protocol versions
Method top
Make TOP call for getting headers and maybe some body lines This method also sets hasTop - before it it's not known if top is supported
u
top
Variable $uri
Request URI
Variable $user_agent
The user agent string that identifies the HTTP client
Class Constant AUTH_BASIC
Supported HTTP Authentication methods
Method undelete
Make RSET call, which rollbacks delete requests
Method uniqueid
Make UIDL call for getting a uniqueid
Method unregisterPlugin
Unregister a plugin.
Method unregisterPlugin
Unregister a plugin.
Method update
Replaces existing XML data represented by an Zend_Db_Xml_XmlContent object in the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Method update
Method url
Generates an url given the name of a route.
Page Url.php
Url.php in Url.php
v
top
Variable $VALIDATOR_DIR_NAMES
Variable $value
Cookie value
Variable $Value
Variable $Values
Variable $version
The HTTP version (1.0, 1.1)
Method valid
Required by the Iterator interface
Method valid
Iterator::valid()
Method validate
ZFormElement::validate() in ZFormElement.php
Validates the element and all its children by applying the validators associated with the element and then recursively invoking validate on the children.
Method validateHeaders
Validate an array of headers.
w
top
Method wrapElement
ZFormFactory::wrapElement() in ZFormFactory.php
x
top
Page XmlContent.php
XmlContent.php in XmlContent.php
Page XmlContentStore.php
XmlContentStore.php in XmlContentStore.php
Page XmlException.php
XmlException.php in XmlException.php
Page XmlIterator.php
XmlIterator.php in XmlIterator.php
Page XmlUtil.php
XmlUtil.php in XmlUtil.php
y
top
Class Constant TypeFloat
Class Constant TypeInt
Zend_CLI::TypeInt in Args.php
Class Constant TypeLoose
Class Constant TypeString
z
top
Page ZFormAjaxBehavior.php
ZFormAjaxBehavior.php in ZFormAjaxBehavior.php
Page ZForm.php
ZForm.php in ZForm.php
Page ZFormButton.php
ZFormButton.php in ZFormButton.php
Page ZFormCheckbox.php
ZFormCheckbox.php in ZFormCheckbox.php
Page ZFormEntryField.php
ZFormEntryField.php in ZFormEntryField.php
Page ZFormFile.php
ZFormFile.php in ZFormFile.php
Page ZFormHiddenField.php
ZFormHiddenField.php in ZFormHiddenField.php
Page ZFormImage.php
ZFormImage.php in ZFormImage.php
Page ZFormInputElement.php
ZFormInputElement.php in ZFormInputElement.php
Page ZFormLink.php
ZFormLink.php in ZFormLink.php
Page ZFormOption.php
ZFormOption.php in ZFormOption.php
Page ZFormPasswordField.php
ZFormPasswordField.php in ZFormPasswordField.php
Page ZFormRadioButton.php
ZFormRadioButton.php in ZFormRadioButton.php
Page ZFormResetButton.php
ZFormResetButton.php in ZFormResetButton.php
Page ZFormSelect.php
ZFormSelect.php in ZFormSelect.php
Page ZFormSubmitButton.php
ZFormSubmitButton.php in ZFormSubmitButton.php
Page ZFormWebElement.php
ZFormWebElement.php in ZFormWebElement.php
Page ZFormRegExpValidator.php
ZFormRegExpValidator.php in ZFormRegExpValidator.php
Page ZFormDynamicElement.php
ZFormDynamicElement.php in ZFormDynamicElement.php
Page ZFormElement.php
ZFormElement.php in ZFormElement.php
Page ZFormElementBehaviorAbstract.php
ZFormElementBehaviorAbstract.php in ZFormElementBehaviorAbstract.php
Page ZFormElementEvent.php
ZFormElementEvent.php in ZFormElementEvent.php
Page ZFormElementEventListenerInterface.php
ZFormElementEventListenerInterface.php in ZFormElementEventListenerInterface.php
Page ZFormElementException.php
ZFormElementException.php in ZFormElementException.php
Page ZFormElementValidator.php
ZFormElementValidator.php in ZFormElementValidator.php
Page ZFormFactory.php
ZFormFactory.php in ZFormFactory.php
Class Zend_BitFlag
Zend_BitFlag in Args.php
Class Zend_CLI
Zend_CLI in Args.php
Class Zend_CLI_GetOpt
Zend_CLI_GetOpt in Args.php
Class Zend_CLI_GetOpt_Option
Class Zend_CLI_GetOpt_Parameter
Class Zend_Controller_Action
Class Zend_Controller_Action_Exception
Class Zend_Controller_Dispatcher
Zend_Controller_Dispatcher in Dispatcher.php
Class Zend_Controller_Dispatcher_Exception
Class Zend_Controller_Dispatcher_Interface
Class Zend_Controller_Dispatcher_Token
Class Zend_Controller_Exception
Zend_Controller_Exception in Exception.php
Class Zend_Controller_Front
Class Zend_Controller_Front_Exception
Class Zend_Controller_Plugin_Abstract
Class Zend_Controller_Plugin_Broker
Class Zend_Controller_Plugin_Interface
Class Zend_Controller_RewriteRouter
Zend_Controller_RewriteRouter in RewriteRouter.php
Ruby routing based Router.
Class Zend_Controller_Router
Simple first implementation of a router, to be replaced with rules-based URI processor.
Class Zend_Controller_Router_Exception
Class Zend_Controller_Router_Interface
Class Zend_Controller_Router_Route
Route
Class Zend_Controller_Router_Route_Interface
Class Zend_Db_Xml_XmlContent
Zend_Db_Xml_XmlContent in XmlContent.php
The Zend_Db_Xml_XmlContent class is a class representing an XML Document.
Class Zend_Db_Xml_XmlContentStore
Zend_Db_Xml_XmlContentStore in XmlContentStore.php
The Zend_Db_Xml_XmlContentStore is an abstract class which represents a repository for XML Documents.
Class Zend_Db_Xml_XmlContentStore_Db2
The Zend_Db_Xml_XmlContentStore_Db2 represents a DB2 repository for XML Documents.
Class Zend_Db_Xml_XmlException
Zend_Db_Xml_XmlException in XmlException.php
Class Zend_Db_Xml_XmlIterator
Zend_Db_Xml_XmlIterator in XmlIterator.php
Zend_Db_Xml_XmlIterator is an iterable collection of Zend_Db_Xml_XmlContent objects.
Class Zend_Db_Xml_XmlUtil
Zend_Db_Xml_XmlUtil in XmlUtil.php
Zend_Db_Xml_XmlUtil provides a set of utility convenience methods to convert to/from various XML representations and Zend_Db_Xml_XmlContent
Class Zend_Exception
Zend_Exception in Args.php
**************************************************************************
Class Zend_Http_Client
Zend_Http_Client in Client.php
Zend_Http_Client is an implemetation of an HTTP client in PHP. The client
Class Zend_Http_Client_Abstract
Zend_Http_Client_Abstract is the abstract of a Zend HTTP Client class. For the default implementation, use the Zend_Http_Client class.
Class Zend_Http_Cookie
Zend_Http_Cookie in Cookie.php
Zend_Http_Cookie is a class describing an HTTP cookie and all it's parameters.
Class Zend_Http_Cookiejar
Zend_Http_Cookiejar in Cookiejar.php
A Zend_Http_Cookiejar object is designed to contain and maintain HTTP cookies, and should be used along with Zend_Http_Client in order to manage cookies across HTTP requests and responses.
Class Zend_Http_Exception
Zend_Http_Exception in Exception.php
Class Zend_Http_Response
Zend_Http_Response in Response.php
Zend_Http_Response represents an HTTP 1.0 / 1.1 response message. It includes easy access to all the response's different elemts, as well as some convenience methods for parsing and validating HTTP responses.
Class Zend_Mail_Abstract
Zend_Mail_Abstract in Abstract.php
Class Zend_Mail_List
Zend_Mail_List in List.php
Class Zend_Mail_Mbox
Zend_Mail_Mbox in Mbox.php
Class Zend_Mail_Message
Zend_Mail_Message in Message.php
Class Zend_Mail_Pop3
Zend_Mail_Pop3 in Pop3.php
Class Zend_Mail_Transport_Pop3
Class Zend_Mime_Decode
Zend_Mime_Decode in Decode.php
Class Zend_Mime_Message
Zend_Mime_Message in Message.php
Class Zend_View_Helper_Url
Helper for making easy links and getting urls that depend on the routes and router
Class ZForm
ZForm in ZForm.php
Class ZFormAjaxBehavior
ZFormAjaxBehavior in ZFormAjaxBehavior.php
Class ZFormButton
ZFormButton in ZFormButton.php
Class ZFormCheckbox
ZFormCheckbox in ZFormCheckbox.php
Class ZFormDynamicElement
ZFormDynamicElement in ZFormDynamicElement.php
Class ZFormElement
ZFormElement in ZFormElement.php
Class ZFormElementBehaviorAbstract
ZFormElementBehaviorAbstract in ZFormElementBehaviorAbstract.php
Class ZFormElementEvent
ZFormElementEvent in ZFormElementEvent.php
Class ZFormElementEventListenerInterface
ZFormElementEventListenerInterface in ZFormElementEventListenerInterface.php
Class ZFormElementException
ZFormElementException in ZFormElementException.php
Class ZFormElementValidator
ZFormElementValidator in ZFormElementValidator.php
Class ZFormEntryField
ZFormEntryField in ZFormEntryField.php
Class ZFormFactory
ZFormFactory in ZFormFactory.php
Class ZFormFile
ZFormFile in ZFormFile.php
Class ZFormHiddenField
ZFormHiddenField in ZFormHiddenField.php
Class ZFormImage
ZFormImage in ZFormImage.php
Class ZFormInputElement
ZFormInputElement in ZFormInputElement.php
Class ZFormLink
ZFormLink in ZFormLink.php
Class ZFormOption
ZFormOption in ZFormOption.php
Class ZFormPasswordField
ZFormPasswordField in ZFormPasswordField.php
Class ZFormRadioButton
ZFormRadioButton in ZFormRadioButton.php
Class ZFormRegExpValidator
ZFormRegExpValidator in ZFormRegExpValidator.php
Class ZFormResetButton
ZFormResetButton in ZFormResetButton.php
Class ZFormSelect
ZFormSelect in ZFormSelect.php
Class ZFormSubmitButton
ZFormSubmitButton in ZFormSubmitButton.php
Class ZFormWebElement
ZFormWebElement in ZFormWebElement.php
_
top
Variable $_action
Zend_Controller_Dispatcher_Token object wrapping this controller/action call.
Variable $_action
Name of the action to dispatch. The action is usually a method of the controller. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.
Variable $_attributes
ZFormElement::$_attributes in ZFormElement.php
Associative array containing the attributes associated with the element
Variable $_behaviors
ZFormElement::$_behaviors in ZFormElement.php
Contains the list of client side behaviors registered on
Variable $_bottomBlocks
ZFormWebElement::$_bottomBlocks in ZFormWebElement.php
Variable $_callbacks
ZFormAjaxBehavior::$_callbacks in ZFormAjaxBehavior.php
Variable $_checked
ZFormRadioButton::$_checked in ZFormRadioButton.php
Variable $_checked
ZFormCheckbox::$_checked in ZFormCheckbox.php
Variable $_childNodes
ZFormElement::$_childNodes in ZFormElement.php
Contains the list of children associated with the element
Variable $_clientRegExp
ZFormRegExpValidator::$_clientRegExp in ZFormRegExpValidator.php
Variable $_conn
Represents a connection handle to the persistence layer
Variable $_content
raw message body
Variable $_controller
Name of the controller to dispatch. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.
Variable $_data
ZFormElementEvent::$_data in ZFormElementEvent.php
The $_data variable contains a mixed variable the is opaque to the event structure. This can be used to communicate specialized data such as old & new value in the ONVALUECHANGE event.
Variable $_directory
Directory where Zend_Controller_Action files are stored.
Variable $_docIndex
Variable $_docs
Variable $_eatEvents
ZFormElement::$_eatEvents in ZFormElement.php
Boolean property specifing weather to allow events to fire or not.
Variable $_element
ZFormElementValidator::$_element in ZFormElementValidator.php
Variable $_ErrorMessage
Variable $_errorMessage
ZFormElementValidator::$_errorMessage in ZFormElementValidator.php
Variable $_errors
ZFormElement::$_errors in ZFormElement.php
Variable $_eventHook
ZFormAjaxBehavior::$_eventHook in ZFormAjaxBehavior.php
Variable $_eventListeners
ZFormElement::$_eventListeners in ZFormElement.php
Contains the list of client event hooks registered on
Variable $_events
ZFormElement::$_events in ZFormElement.php
Contains the list of the server side events to be fired
Variable $_has
class capabilities with default values
Variable $_headers
headers of message as array
Variable $_htmlid
ZFormAjaxBehavior::$_htmlid in ZFormAjaxBehavior.php
Variable $_idPath
ZFormElement::$_idPath in ZFormElement.php
The full path name of the element. Elements must be uniquely identified within the context of their parent. The _idPath is construct by combining the parent references and the ID of the element into a path separated by PATH_SEPARATOR.
Variable $_isAsync
ZFormAjaxBehavior::$_isAsync in ZFormAjaxBehavior.php
Variable $_iterationMax
maximum iteration position (= message count)
Variable $_iterationPos
current iteration position
Variable $_mailReader
mail reading class controlled by Zend_Mail_List
Variable $_method
ZFormAjaxBehavior::$_method in ZFormAjaxBehavior.php
Variable $_mime
Variable $_name
ZFormElementValidator::$_name in ZFormElementValidator.php
Variable $_Opt
Variable $_options
ZFormElementValidator::$_options in ZFormElementValidator.php
Variable $_Par
Variable $_params
Array of key/value pairs to pass as parameters to the controller.
Variable $_parentNode
ZFormElement::$_parentNode in ZFormElement.php
Contains a reference to the parent of the element
Variable $_parts
Variable $_plugins
Array of instance of objects implementing Zend_Controller_Plugin_Interface
Variable $_position
ZFormAjaxBehavior::$_position in ZFormAjaxBehavior.php
Variable $_prefix
ZFormDynamicElement::$_prefix in ZFormDynamicElement.php
Variable $_process
ZFormElement::$_process in ZFormElement.php
Boolean property used to signify if processing of the element should continue
Variable $_runat
ZFormElementValidator::$_runat in ZFormElementValidator.php
Variable $_scriptEventName
ZFormAjaxBehavior::$_scriptEventName in ZFormAjaxBehavior.php
Variable $_serverRegExp
ZFormRegExpValidator::$_serverRegExp in ZFormRegExpValidator.php
Variable $_source
ZFormElementEvent::$_source in ZFormElementEvent.php
The $_source variable contains the ZFormElement that trigged the event.
Variable $_subject
ZFormDynamicElement::$_subject in ZFormDynamicElement.php
Variable $_table
Table name
Variable $_tagName
ZFormWebElement::$_tagName in ZFormWebElement.php
Variable $_text
ZFormOption::$_text in ZFormOption.php
Variable $_text
ZFormLink::$_text in ZFormLink.php
Variable $_topBlocks
ZFormWebElement::$_topBlocks in ZFormWebElement.php
Variable $_type
ZFormElementEvent::$_type in ZFormElementEvent.php
Contains the type of the event see constants above
Variable $_url
ZFormAjaxBehavior::$_url in ZFormAjaxBehavior.php
Variable $_validator
ZFormElementValidator::$_validator in ZFormElementValidator.php
Variable $_validators
ZFormElement::$_validators in ZFormElement.php
Contains the list of client/server side validators registered on
Variable $_wrapExisting
ZFormWebElement::$_wrapExisting in ZFormWebElement.php
Variable $_x
ZFormImage::$_x in ZFormImage.php
Variable $_y
ZFormImage::$_y in ZFormImage.php
Method _appendToList
ZFormElement::_appendToList() in ZFormElement.php
Helper array management routines to add/remove and item if it doesn't already exist to an array
Method _applyClientBehaviors
This method enables the behaviors associated with element to have a chance to modified the element before it is emitted.
Method _computeIDPath
ZFormElement::_computeIDPath() in ZFormElement.php
Generates the unique ID path for the element which consists of its ancestor IDs concatenated with the element's ID.
Method _connect
Open a connection to the remote server
Method _connect
Open a connection to the remote server
Method _dispatch
If $performDispatch is FALSE, this method will check if a controller file exists. This still doesn't necessarily mean that it can be dispatched in the stricted sense, as file may not contain the controller class or the controller may reject the action.
Method _emitClientBehaviors
Generates the behaviors associated with the element. Validators are guaranteed to run with the JavaScript variable 'element' bound to the HTML presentation of the form element.
Method _emitClientValidators
Generates the validators associated with the element.
Method _flattenCookiesArray
Helper function to recursivly flatten an array. Shoud be used when exporting the cookies array (or parts of it)
Method _formatName
Formats a string from a URI into a PHP-friendly name. Replaces words separated by "-", "_", or "." with camelCaps and removes any characters that are not alphanumeric.
Method _forward
Forward to another controller/action.
Method _gatherMementos
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
Method _getAllParams
Return all parameters that were passed to the controller as an associative array.
Method _getParam
Gets a parameter that was passed to this controller. If the parameter does not exist, FALSE will be return.
Method _getParametersRecursive
Helper method that gets a possibly multi-level parameters array (get or post) and flattens it.
Method _isLegalName
ZFormElement::_isLegalName() in ZFormElement.php
Determines if a given $id is unique within the element children names.
Method _matchDomain
Return a subset of the cookies array matching a specific domain
Method _matchPath
Return a subset of a domain-matching cookies that also match a specified path
Method _performValidation
Iterates over the validators associated with the elements and inokes the validator on the element. Errors are collected in the $errors array
Method _prepare_body
Prepare the request body (for POST and PUT requests)
Method _prepare_body
Prepare the request body (for POST and PUT requests)
Method _prepare_headers
Prepare the request headers
Method _prepare_headers
Prepare the request headers
Method _processEvents
ZFormElement::_processEvents() in ZFormElement.php
Process the list (array) of queued events ready for delivery (@see process(), @see fireEvent()).
Method _read
Read response from remote server
Method _read
Read response from remote server
Method _redirect
Redirect to another URL
Method _removeFromList
Helper array management that removes a given element for a list
Method _restoreMementos
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
Method _setParameter
Set a GET or POST parameter - used by SetParameterGet and SetParameterPost
Method _write
Send request to the remote server
Method _write
Send request to the remote server
Method __call
ZFormDynamicElement::__call() in ZFormDynamicElement.php
Method __call
fallback for mail reader class methods
Method __call
Proxy for undefined methods. Default behavior is to throw an exception on undefined methods, however this function can be overrided to implement magic (dynamic) actions.
Method __construct
ZFormEntryField::__construct() in ZFormEntryField.php
Class constructor. Sets up the ZForm element, types it as a 'TEXT' element
Method __construct
ZFormElementValidator::__construct() in ZFormElementValidator.php
Method __construct
ZFormFile::__construct() in ZFormFile.php
Class constructor. Sets up the ZForm element, types it as a 'FILE' element
Method __construct
Create instance with parameters Supported parameters are:
  • filename filename of mbox file
Method __construct
ZFormWebElement::__construct() in ZFormWebElement.php
Method __construct
ZFormHiddenField::__construct() in ZFormHiddenField.php
Class constructor. Sets up the ZForm element, types it as a 'HIDDEN' element
Method __construct
Cookie object constructor
Method __construct
Construct a new CookieJar object
Method __construct
ZFormImage::__construct() in ZFormImage.php
Class constructor. Sets up the ZForm element, types it as a 'IMAGE' element
Method __construct
Public constructor
Method __construct
ZFormRegExpValidator::__construct() in ZFormRegExpValidator.php
Method __construct
Method __construct
ZFormResetButton::__construct() in ZFormResetButton.php
Class constructor. Sets up the ZForm element, types it as a 'RESET' element.
Method __construct
ZFormSelect::__construct() in ZFormSelect.php
Class constructor. Sets up the ZForm element, types it as a 'SELECT' element.
Method __construct
ZFormSubmitButton::__construct() in ZFormSubmitButton.php
Class constructor. Sets up the ZForm element, types it as a 'SUBMIT' element.
Method __construct
ZFormRadioButton::__construct() in ZFormRadioButton.php
Class constructor. Sets up the ZForm element, types it as a 'RADIO' element.
Method __construct
ZFormPasswordField::__construct() in ZFormPasswordField.php
Class constructor. Sets up the ZForm element, types it as a 'PASSWORD' element.
Method __construct
ZFormLink::__construct() in ZFormLink.php
Class constructor.
Method __construct
Create instance with parameters
Method __construct
ZFormOption::__construct() in ZFormOption.php
Class constructor. Sets up the ZForm element, types it as a 'OPTION' element.
Method __construct
Zend_Db_Xml_XmlContentStore_Db2 constructor
Method __construct
ZFormInputElement::__construct() in ZFormInputElement.php
Class constructor. Sets up the ZForm element, types it as a 'INPUT' element.
Method __construct
create instance with parameters
Method __construct
ZFormDynamicElement::__construct() in ZFormDynamicElement.php
Method __construct
Method __construct
Zend_Db_Xml_XmlContentStore constructor
Method __construct
Zend_Db_Xml_XmlContent constructor
Method __construct
Public constructor
Method __construct
Method __construct
ZFormCheckbox::__construct() in ZFormCheckbox.php
Class constructor. Sets up the ZForm element, types it as a 'CHECKBOX' element
Method __construct
Class constructor. Sets up the ZForm element, types it a a 'FORM' element
Method __construct
Method __construct
Zend_Db_Xml_XmlIterator constructor
Method __construct
ZFormAjaxBehavior::__construct() in ZFormAjaxBehavior.php
Class constructor. Simply initialize the instance variables to the variables passed
Method __construct
ZFormButton::__construct() in ZFormButton.php
Class constructor. Sets up the ZForm element, types it as a 'FORM' element
Method __construct
Class constructor. A Zend_Controller_Dispatcher_Token object must be built with a controller name and an action, but parameters are optional.
Method __construct
Class constructor
Method __construct
Contructor method. Will create a new HTTP client. Accepts the target URL and optionally and array of headers.
Method __construct
HTTP response constructor
Method __construct
Public constructor
Method __construct
ZFormElementEvent::__construct() in ZFormElementEvent.php
Class constructor. Simply initialize the instance variables to the variables passed
Method __construct
Method __construct
Method __construct
ZFormElement::__construct() in ZFormElement.php
Class constructor. Initializes internal instance variables. $id is
Method __construct
ZFormElementBehaviorAbstract::__construct() in ZFormElementBehaviorAbstract.php
Class constructor. Initialize $_element to as the target of behavior.
Method __destruct
public destructor
Method __destruct
Public destructor
Method __destruct
Destructor calls close() and therefore closes the resource.
Method __get
Getter for mail headers - name is matched in lowercase
Method __get
ZFormWebElement::__get() in ZFormWebElement.php
ZFormWebElements maintain HTML attributes using the __get method.
Method __get
Special handling for hasTop. The headers of the first message is retrieved if Top wasn't needed/tried yet.
Method __get
Getter for has-properties. The standard has properties are: hasFolder, hasUniqueid, hasDelete, hasCreate, hasTop
Method __get
ZFormDynamicElement::__get() in ZFormDynamicElement.php
Method __set
ZFormWebElement::__set() in ZFormWebElement.php
Sets the value of the $nm HTML property on the ZFormWebElement.
Method __set
ZFormDynamicElement::__set() in ZFormDynamicElement.php
a b c d e f g h i k l m n o p r s t u v w x y z _