Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
__construct() | |
serialize (Zend_Tool_Project_Profile $profile) | |
serialize() | |
unserialize ($data, Zend_Tool_Project_Profile $profile) | |
unserialize() | |
Protected Member Functions | |
_serializeRecurser ($resources, SimpleXmlElement $xmlNode) | |
_serializeRecurser() | |
_unserializeRecurser (SimpleXMLIterator $xmlIterator, Zend_Tool_Project_Profile_Resource $resource=null) | |
_unserializeRecurser() | |
_lazyLoadContexts () | |
_lazyLoadContexts() | |
Protected Attributes | |
$_profile = null | |
$_contextRepository = null | |
__construct | ( | ) |
|
protected |
This method will call initializeContext on the resources in a profile
|
protected |
This method will be used to traverse the depths of the structure when *serializing* an xml structure into a string
array | $resources | |
SimpleXmlElement | $xmlNode |
|
protected |
This method will be used to traverse the depths of the structure as needed to *unserialize* the profile from an xmlIterator
SimpleXMLIterator | $xmlIterator | |
Zend_Tool_Project_Profile_Resource | $resource |
serialize | ( | Zend_Tool_Project_Profile | $profile | ) |
create an xml string from the provided profile
Zend_Tool_Project_Profile | $profile |
Implements Zend_Tool_Project_Profile_FileParser_Interface.
unserialize | ( | $data, | |
Zend_Tool_Project_Profile | $profile | ||
) |
Create a structure in the object $profile from the structure specficied in the xml string provided
string | xml data |
Zend_Tool_Project_Profile | The profile to use as the top node |
Implements Zend_Tool_Project_Profile_FileParser_Interface.
|
protected |
|
protected |