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
bool $_appendable = 'true'
array $_attributes = 'array'
int $_position = '0'
array $_subResources = 'array'
__clone(
)
:
__clone()
append(
Zend_Tool_Project_Profile_Resource_Container $resource
)
:
Zend_Tool_Project_Profile_Resource_Container
append()
count(
)
:
int
count()
createResource(
string $context, array $attributes
=
array
)
:
Zend_Tool_Project_Profile_Resource
createResource()
Method to create a resource with a given context with specific attributes
createResourceAt(
array|Zend_Tool_Project_Profile_Resource_SearchConstraints $appendResourceOrSearchConstraints, string $context, array $attributes
=
array
)
:
Zend_Tool_Project_Profile_Resource
createResourceAt()
current(
)
:
Zend_Tool_Project_Profile_Resource
current() - required by RecursiveIterator
getAttribute(
string $name
)
:
Zend_Tool_Project_Profile_Resource_Container
getAttribute()
getAttributes(
)
:
array
getAttributes()
getChildren(
)
:
array
getChildren()
getParentResource(
)
:
Zend_Tool_Project_Profile_Resource_Container
getParentResource()
hasAttribute(
string $name
)
:
bool
hasAttribute()
hasChildren(
)
:
bool
hasChildren()
isAppendable(
)
:
bool
isAppendable()
key(
)
:
int
key() - required by RecursiveIterator
next(
)
:
bool
next() - required by RecursiveIterator
rewind(
)
:
bool
rewind() - required by RecursiveIterator
search(
$matchSearchConstraints, $nonMatchSearchConstraints
=
null
)
:
Zend_Tool_Project_Profile_Resource
Finder method to be able to find resources by context name and attributes. Example usage:
setAppendable(
bool $appendable
)
:
Zend_Tool_Project_Profile_Resource_Container
setAppendable()
setAttribute(
string $name, mixed $value
)
:
Zend_Tool_Project_Profile_Resource_Container
setAttribute()
setAttributes(
array $attributes
)
:
Zend_Tool_Project_Profile_Resource_Container
setAttributes()
persist the attributes if the resource will accept them
setParentResource(
Zend_Tool_Project_Profile_Resource_Container $parentResource
)
:
Zend_Tool_Project_Profile_Resource_Container
setParentResource()
valid(
)
:
bool
valid() - - required by RecursiveIterator