Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
This class is an iterator that will iterate only over enabled resources
array $_attributes = 'array'
DetailsZend_Tool_Project_Context|string $_context = 'null'
Details $_deleted = 'false'
Details $_enabled = 'true'
Detailsbool $_isContextInitialized = 'false'
DetailsZend_Tool_Project_Profile_Resource $_parentResource = 'null'
DetailsZend_Tool_Project_Profile $_profile = 'null'
Details__call(
string $method, array $arguments
)
:
Zend_Tool_Project_Profile_Resource__call()
Details__construct(
string|Zend_Tool_Project_Context_Interface $context
)
:
__construct()
Details__toString(
)
:
string__toString()
DetailsgetContext(
)
:
Zend_Tool_Project_Context_InterfacegetContext()
DetailsgetName(
)
:
stringgetName() - Get the resource name
Name is derived from the context name
DetailsgetPersistentAttributes(
)
:
arraygetPersistentAttributes()
DetailsgetProfile(
)
:
Zend_Tool_Project_ProfilegetProfile
DetailsinitializeContext(
)
:
Zend_Tool_Project_Profile_ResourceinitializeContext()
DetailsisDeleted(
)
:
Zend_Tool_Project_Profile_ResourceisDeleted()
DetailsisEnabled(
)
:
boolisEnabled()
DetailssetContext(
string|Zend_Tool_Project_Context_Interface $context
)
:
Zend_Tool_Project_Profile_ResourcesetContext()
DetailssetDeleted(
bool $deleted
=
true
)
:
Zend_Tool_Project_Profile_ResourcesetDeleted()
DetailssetEnabled(
bool $enabled
=
true
)
:
Zend_Tool_Project_Profile_ResourcesetEnabled()
DetailssetProfile(
Zend_Tool_Project_Profile $profile
)
:
Zend_Tool_Project_Profile_ResourcesetProfile()
Details