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'
Zend_Tool_Project_Context|string $_context = 'null'
$_deleted = 'false'
$_enabled = 'true'
bool $_isContextInitialized = 'false'
Zend_Tool_Project_Profile_Resource $_parentResource = 'null'
Zend_Tool_Project_Profile $_profile = 'null'
__call(
string $method, array $arguments
)
:
Zend_Tool_Project_Profile_Resource
__call()
__construct(
string|Zend_Tool_Project_Context_Interface $context
)
:
__construct()
__toString(
)
:
string
__toString()
getContext(
)
:
Zend_Tool_Project_Context_Interface
getContext()
getName(
)
:
string
getName() - Get the resource name
Name is derived from the context name
getPersistentAttributes(
)
:
array
getPersistentAttributes()
getProfile(
)
:
Zend_Tool_Project_Profile
getProfile
initializeContext(
)
:
Zend_Tool_Project_Profile_Resource
initializeContext()
isDeleted(
)
:
Zend_Tool_Project_Profile_Resource
isDeleted()
isEnabled(
)
:
bool
isEnabled()
setContext(
string|Zend_Tool_Project_Context_Interface $context
)
:
Zend_Tool_Project_Profile_Resource
setContext()
setDeleted(
bool $deleted
=
true
)
:
Zend_Tool_Project_Profile_Resource
setDeleted()
setEnabled(
bool $enabled
=
true
)
:
Zend_Tool_Project_Profile_Resource
setEnabled()
setProfile(
Zend_Tool_Project_Profile $profile
)
:
Zend_Tool_Project_Profile_Resource
setProfile()