-
$about
-
-
$attachment
-
-
$auth
-
HTTP Authentication settings
-
add
-
Add an Zend_Db_Xml_XmlContent to list
-
addBehavior
-
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.
-
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.
-
addCookiesFromResponse
-
Parse an HTTP response, adding all the cookies set in that response to the cookie jar.
-
addEventListener
-
Adds an event listener of the element for the given $type
-
AddOption
-
-
AddParameter
-
-
addPart
-
Append a new Zend_Mime_Part to the current eMail
-
addScriptBlock
-
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.
-
addValidator
-
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.
-
AddValue
-
-
AllTests
-
-
appendChild
-
Adds the $child to the list of children associated with the element The parent of the $child is set to the element
-
applyClientBehavior
-
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.
-
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.
-
asString
-
Get the entire response as string
-
asString
-
Get the cookie as a string, suitable for sending as a "Cookie" header in an HTTP request
-
DATA
-
-
Args.php
-
-
Abstract.php
-
-
Abstract.php
-
-
ParamOptional
-
-
ParamRequired
-
-
PATH_SEPARATOR
-
Elements are uniquely addressable via the path generated
-
AllTests.php
-
-
AllTests.php
-
-
AllTests.php
-
-
VALIDATOR_SCRIPT
-
-
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.
-
generateSearchString
-
helper function
-
get
-
Send a GET request
-
getAbout
-
returns the $about XML document
-
getAllCookies
-
Get all cookies in the cookie jar as an array
-
getAttachment
-
Retrieve the attachment associated with this XML content object
-
getAttribute
-
Returns the value of the $name attribute associated with the element
-
getAttributes
-
Return the associative array of attribute maintained by the element.
-
getBehaviors
-
Returns the list (array) of behaviors associated with the element
-
getBody
-
Get the response body as string
-
getCallbacks
-
Returns the value of the callbacks instance variable
-
getCapabilities
-
Get a full list of features supported by the specific mail lib and the server
-
getChecked
-
Returns the true if the CheckBox is checked
-
getChildNodes
-
Return the list (array) of children contained by the element
-
getContent
-
Body of message
-
getCookie
-
Get a specific cookie according to a URI and name
-
getCookiejar
-
Return the current cookie jar or null if none.
-
getData
-
return $data
-
getData
-
Returns the opaque user data associated with the event
-
getDOM
-
Convenience method to get a DOM
-
getDomain
-
Get cookie domain
-
getDOMAsMap
-
Retrieve the DOM from either DATA or ABOUT as an array
-
getElement
-
-
getElementById
-
Returns the childs whose ID is $id. If the $recursive = true, continue search depth first for the child
-
getErrorMessage
-
-
getErrorMessage
-
Returns the error message originated by the $child
-
GetErrors
-
-
GetErrors
-
-
GetErrors
-
-
getEventListeners
-
Simple getter for the event listeners associated with the web element
-
getExpiryTime
-
Get the expiry time of the cookie, or null if no expiry time is set
-
getFetchMode
-
Get the fetch mode.
-
getHeader
-
get a message with only header and $bodyLines lines of body
-
getHeader
-
Get a message with only header and $bodyLines lines of body
-
getHeader
-
Get a message with only header and $bodyLines lines of body
-
getHeader
-
Get a specific header as string, or null if it is not set
-
getHeader
-
Get the value of a specific header
-
getHeaders
-
Get the response headers
-
getHeaders
-
Get all headers
-
getHeadersAsString
-
Get all headers as string
-
getHTMLTarget
-
Returns the value of the htmlid instance variable
-
getID
-
Return simple ID of the element
-
getIDPath
-
Compute, if necessary, and return the fully qualified path of the element within the containment structured defined via the parentnode
-
getIsProcessing
-
Returns the status of the processing flag
-
getLastRedirectionsCount
-
Get the number of redirections done on the last request
-
getLastRequest
-
Get the last HTTP request as string
-
getList
-
Make LIST call for size of message(s)
-
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.
-
getMemento
-
Create a memento which saves the state of the Checkbox for storage in the session.
-
getMemento
-
Default implementation of retriving the memento associated with the element
-
getMemento
-
Create a memento which saves the state of the FormImage for storage in the session.
-
getMemento
-
Default implementation of retriving the memento associated with the element
-
getMemento
-
Default implementation of retriving the memento associated with the element
-
getMemento
-
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
-
getMemento
-
Returns the memento used to persist the state of the link, which is simply the text.
-
getMessage
-
get a message with headers and body
-
getMessage
-
Get a message with headers and body
-
getMessage
-
Return a message describing the HTTP response code (Eg. "OK", "Not Found", "Moved Permanently")
-
getMessage
-
Get a message with headers and body
-
getMethod
-
Get the currently-set request method (GET, POST, etc.)
-
getMime
-
returns the Zend_Mime object in use by this Message.
-
getName
-
Get Cookie name
-
getName
-
-
GetOptionObject
-
-
GetOptionValue
-
-
GetOptionValues
-
-
GetParameterObject
-
-
GetParameterValue
-
-
getParentNode
-
Return the parent node reference maintained by the element
-
getPartContent
-
get the (encoded) content of a given part as a string
-
getPartHeaders
-
get the headers of a given part as a string
-
getParts
-
Returns the list of all Zend_Mime_Parts in this Mail as an Array.
-
getPath
-
Get the cookie path
-
getPosition
-
Returns the value of the position instance variable
-
getRawBody
-
Get the raw response body (as transfered "on wire") as string
-
getRoot
-
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'
-
getRunat
-
-
getSize
-
Get a list of messages with number and size
-
getSize
-
get a list of messages with number and size
-
getSize
-
Get a list of messages with number and size
-
getSource
-
Returns the ZFormElement which is the source of the event
-
getStatus
-
Get the HTTP response status code
-
getText
-
Property getter for the link text field
-
getText
-
Returns the text which will be displayed in the selection box.
-
getType
-
Returns the type of the event. See constants in ZFormElementEvent
-
getUri
-
Get the URI for the next request
-
getURL
-
Returns the URL of the AJAX behavior
-
getValidationErrors
-
Returns the array of validation errors associated with the element.
-
getValidators
-
Returns the list of validators associated with the element
-
getValue
-
Overridden implementation of getValue which returns the 'value' attribute of the ZFormWebElement
-
getValue
-
Abstract method used to retrive the value associated with the
-
GetValue
-
-
GetValue
-
-
getValue
-
Get cookie value
-
GetValues
-
-
getVersion
-
Get the HTTP version of the response
-
getXmlResult
-
Convert an array into an Zend_Db_Xml_XmlContent object
-
$raw_post_data
-
The raw post data to send. Could be set by setRawPostData($data, $enctype).
-
$redirectCounter
-
Redirection counter
-
ArgNone
-
-
ArgOptional
-
-
ArgRequired
-
-
Response.php
-
-
PREPEND
-
-
readResponse
-
read a response
-
regExpValidator
-
-
removeChild
-
Remove the given $child from the list (array) of children associated with the element
-
removedBehavior
-
Removes behavior from the list of behaviors associated with the element
-
removedValidator
-
Removes validator from the list of validators associated with the element
-
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
-
removeMessage
-
delete a message from current box/folder
-
removeMessage
-
stub for not supported message deletion
-
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.
-
render
-
Renders the ZFormWebElement into its HTML into the current output
-
renderBody
-
Render the body of the ZFormOptions which is the $text property of the ZFormOption object
-
renderBody
-
Renders the text content of the link.
-
renderBody
-
Renders the body of the element's which by default consists of
-
request
-
Send request and get resposne
-
request
-
Send the HTTP request and return an HTTP response object
-
request
-
Send the HTTP request and return a response
-
reset
-
-
resetParameters
-
Clear all GET and POST parameters
-
resetParameters
-
Clear all GET and POST parameters
-
responseCodeAsText
-
A convenience function that returns a text representation of HTTP response codes. Returns null for unknown codes.
-
restoreState
-
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.
-
retrive
-
Make a RETR call for retrieving a full message with headers and body
-
rewind
-
Iterator::rewind()
-
rewind
-
Required by the Iterator interface
-
rollBack
-
Roll back a transaction and return to autocommit mode.
-
$secure
-
Whether the cookie is secure or not
-
saveXML
-
Convenience method to get a string representation of a DOM
-
seek
-
SeekableIterator::seek()
-
select
-
Creates and returns a new Zend_Db_Select object for this adapter.
-
selectAll
-
-
selectAll
-
Returns all documents in the content store
-
sendRequest
-
Send a request
-
setAbout
-
replaces the existing $about document with the DOMDocument parameter
-
setAllowEvents
-
Turns of processing events, that is events delivered to the fireEvent method (@see fireEvent()) are not process, they are ignored
-
setAsync
-
Set the value of the async instance variable
-
setAttachment
-
set the attachment associated with this XML content object
-
setAttribute
-
Set the value of the $name attribute within the element
-
setAuth
-
Set HTTP authentication parameters
-
setCallbacks
-
Set the value of the callback instance variable
-
setChecked
-
Sets the value of the HTML checked attribute
-
setCookie
-
Set a cookie parameter
-
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.
-
setCookiejar
-
Set the HTTP client's cookie jar.
-
setData
-
set the $data document for this object
-
setDOM
-
convenience method for setting a DOM
-
setDOMFromMap
-
Set the DOM for either DATA or ABOUT from an array
-
setEncType
-
Set the encoding type for POST data
-
SetError
-
-
setFetchMode
-
Set the fetch mode.
-
setFileUpload
-
Set a file to upload (using a POST request)
-
setHeader
-
Set or unset a request header field
-
setHeaders
-
Set the next request's headers.
-
setHTMLTarget
-
Sets the value of the htmlid target instance variable
-
setID
-
Sets the ID of the element. The ID is checked for validitiy within
-
setId
-
set the XML content document id with $id
-
setMaxRedirects
-
Set the number of maximum redirections to follow, 0 for none.
-
setMemento
-
Restores the state of the checkbox from its memento which was returned by getMemento.
-
setMemento
-
The bookend implementation to @see getMemento(). This function is a void
-
setMemento
-
The bookend implementation to @see getMemento(). This function is a void
-
setMemento
-
The bookend implementation to @see getMemento(). This function is a void
-
setMemento
-
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.
-
setMemento
-
Retores the state of the link from its memento
-
setMemento
-
Restores the state of the ZFormImage from its memento which was returned by getMemento.
-
setMethod
-
Set the next request's 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.
-
setName
-
-
setParameterGet
-
Set a GET parameter for the request. Wrapper around _setParameter
-
setParameterPost
-
Set a POST parameter for the request. Wrapper around _setParameter
-
setParentNode
-
Changes the parent node associated with the element to the new $parent specified in the parameter.
-
setParts
-
sets the given Array of Zend_Mime_Parts as the Array for this eMail.
-
setPosition
-
Sets the value of the position target instance variable
-
setProcess
-
Sets the processing flag, at any point during the process loop an element can terminate futher process by setting this flag to false
-
setProxy
-
Set a proxy server for the request
-
setRawData
-
Set the raw (already encoded) POST data.
-
setStrictRedirects
-
Set whether to strictly follow RFC 2616 when redirecting or not (See documentation for Zend_Http_Client::doStrictRedirects for details)
-
setText
-
Sets the text property of the option. The text is what is displayed in the select list
-
setText
-
Property setter for the link text field
-
setTimeout
-
Set the client's connection timeout in seconds, 0 for none
-
setUp
-
-
setUp
-
-
setUp
-
-
setUri
-
Set the URI for the next request
-
setURL
-
Sets the URL of the AJAX behavior
-
setUserAgent
-
Set the user agent identification string
-
setValue
-
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
-
setValue
-
Overrides setValue in the parent to also set the checked status of the ZCheckBox.
-
setValue
-
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.
-
SetValue
-
-
setValue
-
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
-
setWrapExisting
-
ZFormWebElements can be used to wraped existing HTML forms so that
-
SomeOf
-
-
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
-
splitHeaderField
-
split a header field like content type in its different parts
-
splitMessage
-
split a message in header and body part, if no header or an invalid header is found $headers is empty
-
splitMessageStruct
-
decodes a mime encoded String and returns a struct of parts with header and body
-
splitMime
-
explode mime multipart string into seperate parts the parts consist of the header and the body of the mime part.
-
status
-
Make STAT call for message count and size sum
-
suite
-
-
suite
-
-
suite
-
-
$_attributes
-
Associative array containing the attributes associated with the element
-
$_behaviors
-
Contains the list of client side behaviors registered on
-
$_bottomBlocks
-
-
$_callbacks
-
-
$_checked
-
-
$_checked
-
-
$_childNodes
-
Contains the list of children associated with the element
-
$_clientRegExp
-
-
$_config
-
User-provided configuration.
-
$_conn
-
Represents a connection handle to the persistence layer
-
$_content
-
raw message body
-
$_data
-
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.
-
$_docIndex
-
-
$_docs
-
-
$_eatEvents
-
Boolean property specifing weather to allow events to fire or not.
-
$_element
-
-
$_ErrorMessage
-
-
$_errorMessage
-
-
$_errors
-
-
$_eventHook
-
-
$_eventListeners
-
Contains the list of client event hooks registered on
-
$_events
-
Contains the list of the server side events to be fired
-
$_fetchMode
-
Fetch mode.
-
$_has
-
class capabilities with default values
-
$_headers
-
headers of message as array
-
$_htmlid
-
-
$_idPath
-
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.
-
$_isAsync
-
-
$_iterationMax
-
maximum iteration position (= message count)
-
$_iterationPos
-
current iteration position
-
$_mailReader
-
mail reading class controlled by Zend_Mail_List
-
$_mboxFile
-
-
$_mboxFile
-
-
$_method
-
-
$_mime
-
-
$_name
-
-
$_Opt
-
-
$_options
-
-
$_Par
-
-
$_params
-
-
$_parentNode
-
Contains a reference to the parent of the element
-
$_parts
-
-
$_position
-
-
$_prefix
-
-
$_process
-
Boolean property used to signify if processing of the element should continue
-
$_profiler
-
Query profiler.
-
$_runat
-
-
$_scriptEventName
-
-
$_serverRegExp
-
-
$_source
-
The $_source variable contains the ZFormElement that trigged the event.
-
$_subject
-
-
$_table
-
Table name
-
$_tagName
-
-
$_text
-
-
$_text
-
-
$_topBlocks
-
-
$_type
-
Contains the type of the event see constants above
-
$_url
-
-
$_validator
-
-
$_validators
-
Contains the list of client/server side validators registered on
-
$_wrapExisting
-
-
$_x
-
-
$_y
-
-
_appendToList
-
Helper array management routines to add/remove and item if it doesn't already exist to an array
-
_applyClientBehaviors
-
This method enables the behaviors associated with element to have a chance to modified the element before it is emitted.
-
_computeIDPath
-
Generates the unique ID path for the element which consists of its ancestor IDs concatenated with the element's ID.
-
_connect
-
Creates a connection resource.
-
_connect
-
Open a connection to the remote server
-
_connect
-
Open a connection to the remote server
-
_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.
-
_emitClientValidators
-
Generates the validators associated with the element.
-
_flattenCookiesArray
-
Helper function to recursivly flatten an array. Shoud be used when exporting the cookies array (or parts of it)
-
_gatherMementos
-
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
-
_getParametersRecursive
-
Helper method that gets a possibly multi-level parameters array (get or post) and flattens it.
-
_isLegalName
-
Determines if a given $id is unique within the element children names.
-
_matchDomain
-
Return a subset of the cookies array matching a specific domain
-
_matchPath
-
Return a subset of a domain-matching cookies that also match a specified path
-
_performValidation
-
Iterates over the validators associated with the elements and inokes the validator on the element. Errors are collected in the $errors array
-
_prepare_body
-
Prepare the request body (for POST and PUT requests)
-
_prepare_body
-
Prepare the request body (for POST and PUT requests)
-
_prepare_headers
-
Prepare the request headers
-
_prepare_headers
-
Prepare the request headers
-
_processEvents
-
Process the list (array) of queued events ready for delivery (@see process(), @see fireEvent()).
-
_read
-
Read response from remote server
-
_read
-
Read response from remote server
-
_removeFromList
-
Helper array management that removes a given element for a list
-
_restoreMementos
-
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
-
_setParameter
-
Set a GET or POST parameter - used by SetParameterGet and SetParameterPost
-
_write
-
Send request to the remote server
-
_write
-
Send request to the remote server
-
__call
-
fallback for mail reader class methods
-
__call
-
-
__construct
-
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'HIDDEN' element
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'RADIO' element.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'PASSWORD' element.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'SELECT' element.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'RESET' element.
-
__construct
-
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'OPTION' element.
-
__construct
-
Class constructor.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'FILE' element
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'TEXT' element
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'IMAGE' element
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'SUBMIT' element.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'INPUT' element.
-
__construct
-
-
__construct
-
Class constructor. Simply initialize the instance variables to the variables passed
-
__construct
-
create instance with parameters
-
__construct
-
-
__construct
-
Class constructor. Simply initialize the instance variables to the variables passed
-
__construct
-
-
__construct
-
Public constructor
-
__construct
-
Public constructor
-
__construct
-
Create instance with parameters Supported parameters are:
- filename filename of mbox file
-
__construct
-
Cookie object constructor
-
__construct
-
Construct a new CookieJar object
-
__construct
-
Zend_Db_Xml_XmlContentStore_Db2 constructor
-
__construct
-
Public constructor
-
__construct
-
Contructor method. Will create a new HTTP client. Accepts the target URL and optionally and array of headers.
-
__construct
-
HTTP response constructor
-
__construct
-
-
__construct
-
Create instance with parameters
-
__construct
-
Class constructor. Initializes internal instance variables. $id is
-
__construct
-
Class constructor. Initialize $_element to as the target of behavior.
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'CHECKBOX' element
-
__construct
-
Class constructor. Sets up the ZForm element, types it as a 'FORM' element
-
__construct
-
Zend_Db_Xml_XmlContentStore constructor
-
__construct
-
Zend_Db_Xml_XmlIterator constructor
-
__construct
-
-
__construct
-
Class constructor. Sets up the ZForm element, types it a a 'FORM' element
-
__construct
-
Zend_Db_Xml_XmlContent constructor
-
__destruct
-
Destructor calls close() and therefore closes the resource.
-
__destruct
-
public destructor
-
__destruct
-
Public destructor
-
__get
-
ZFormWebElements maintain HTML attributes using the __get method.
-
__get
-
-
__get
-
Getter for has-properties. The standard has properties are: hasFolder, hasUniqueid, hasDelete, hasCreate, hasTop
-
__get
-
Special handling for hasTop. The headers of the first message is retrieved if Top wasn't needed/tried yet.
-
__get
-
Getter for mail headers - name is matched in lowercase
-
__set
-
Sets the value of the $nm HTML property on the ZFormWebElement.
-
__set
-