|
| __construct ($context) |
| __construct()
|
|
| setContext ($context) |
| setContext()
|
|
| getContext () |
| getContext()
|
|
| getName () |
| getName() - Get the resource name
|
|
| setProfile (Zend_Tool_Project_Profile $profile) |
| setProfile()
|
|
| getProfile () |
| getProfile
|
|
| getPersistentAttributes () |
| getPersistentAttributes()
|
|
| setEnabled ($enabled=true) |
| setEnabled()
|
|
| isEnabled () |
| isEnabled()
|
|
| setDeleted ($deleted=true) |
| setDeleted()
|
|
| isDeleted () |
| isDeleted()
|
|
| initializeContext () |
| initializeContext()
|
|
| __toString () |
| __toString()
|
|
| __call ($method, $arguments) |
| __call()
|
|
| search ($matchSearchConstraints, $nonMatchSearchConstraints=null) |
| Finder method to be able to find resources by context name and attributes.
|
|
| createResourceAt ($appendResourceOrSearchConstraints, $context, Array $attributes=array()) |
| createResourceAt()
|
|
| createResource ($context, Array $attributes=array()) |
| createResource()
|
|
| setAttributes (Array $attributes) |
| setAttributes()
|
|
| getAttributes () |
| getAttributes()
|
|
| setAttribute ($name, $value) |
| setAttribute()
|
|
| getAttribute ($name) |
| getAttribute()
|
|
| hasAttribute ($name) |
| hasAttribute()
|
|
| setAppendable ($appendable) |
| setAppendable()
|
|
| isAppendable () |
| isAppendable()
|
|
| setParentResource (Zend_Tool_Project_Profile_Resource_Container $parentResource) |
| setParentResource()
|
|
| getParentResource () |
| getParentResource()
|
|
| append (Zend_Tool_Project_Profile_Resource_Container $resource) |
| append()
|
|
| current () |
| current() - required by RecursiveIterator
|
|
| key () |
| key() - required by RecursiveIterator
|
|
| next () |
| next() - required by RecursiveIterator
|
|
| rewind () |
| rewind() - required by RecursiveIterator
|
|
| valid () |
| valid() - - required by RecursiveIterator
|
|
| hasChildren () |
| hasChildren()
|
|
| getChildren () |
| getChildren()
|
|
| count () |
| count()
|
|
| __clone () |
| __clone()
|
|