Tool/Project/Profile/Resource.php

Show: inherited
Table of Contents

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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Tool  
Subpackage
Framework  
Version
$Id: Resource.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Tool_Project_Profile_Resource

Package: Zend\Tool

This class is an iterator that will iterate only over enabled resources

Parent(s)
\Zend_Tool_Project_Profile_Resource_Container
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

Propertyprotectedbool $_appendable = true
Default valuetrueDetails
Type
bool
Inherited_from
\Zend_Tool_Project_Profile_Resource_Container::$$_appendable  
Propertyprotectedarray $_attributes = array()

Default valuearray()Details
Type
array
Propertyprotected\Zend_Tool_Project_Context|string $_context = null

Default valuenullDetails
Type
\Zend_Tool_Project_Context | string
Propertyprotected$_deleted = false
Default valuefalseDetails
Type
n/a
Propertyprotected$_enabled = true
Default valuetrueDetails
Type
n/a
Propertyprotectedbool $_isContextInitialized = false

Default valuefalseDetails
Type
bool
Propertyprotected\Zend_Tool_Project_Profile_Resource $_parentResource = null

Default valuenullDetails
Type
\Zend_Tool_Project_Profile_Resource
Propertyprotectedint $_position = 0
Default value0Details
Type
int
Inherited_from
\Zend_Tool_Project_Profile_Resource_Container::$$_position  
Propertyprotected\Zend_Tool_Project_Profile $_profile = null

Default valuenullDetails
Type
\Zend_Tool_Project_Profile
Propertyprotectedarray $_subResources = array()
Default valuearray()Details
Type
array
Inherited_from
\Zend_Tool_Project_Profile_Resource_Container::$$_subResources  

Methods

methodpublic__call(string $method, array $arguments) : \Zend_Tool_Project_Profile_Resource

__call()

Parameters
Name Type Description
$method string
$arguments array
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublic__clone() : void
methodpublic__construct(string | \Zend_Tool_Project_Context_Interface $context) : void

__construct()

Parameters
Name Type Description
$context string | \Zend_Tool_Project_Context_Interface
methodpublic__toString() : string

__toString()

Returns
Type Description
string
methodpubliccount() : int
Returns
Type Description
int
methodpubliccreateResource(string $context, array $attributes = array()) : \Zend_Tool_Project_Profile_Resource
inherited

createResource()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::createResource()

Method to create a resource with a given context with specific attributes

Parameters
Name Type Description
$context string
$attributes array
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpubliccreateResourceAt(array | \Zend_Tool_Project_Profile_Resource_SearchConstraints $appendResourceOrSearchConstraints, string $context, array $attributes = array()) : \Zend_Tool_Project_Profile_Resource
inherited

createResourceAt()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::createResourceAt()
Parameters
Name Type Description
$appendResourceOrSearchConstraints array | \Zend_Tool_Project_Profile_Resource_SearchConstraints
$context string
$attributes array
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpubliccurrent() : \Zend_Tool_Project_Profile_Resource
inherited

current() - required by RecursiveIterator

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::current()
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicgetAttribute(string $name) : \Zend_Tool_Project_Profile_Resource_Container
inherited

getAttribute()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::getAttribute()
Parameters
Name Type Description
$name string
Returns
Type Description
\Zend_Tool_Project_Profile_Resource_Container
methodpublicgetAttributes() : array
inherited

getAttributes()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::getAttributes()
Returns
Type Description
array
methodpublicgetChildren() : array
inherited

getChildren()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::getChildren()
Returns
Type Description
array
methodpublicgetContext() : \Zend_Tool_Project_Context_Interface

getContext()

Returns
Type Description
\Zend_Tool_Project_Context_Interface
methodpublicgetName() : string

getName() - Get the resource name

Name is derived from the context name

Returns
Type Description
string
methodpublicgetPersistentAttributes() : array

getPersistentAttributes()

Returns
Type Description
array
methodpublicgetProfile() : \Zend_Tool_Project_Profile

getProfile

Returns
Type Description
\Zend_Tool_Project_Profile
methodpublichasAttribute(string $name) : bool
inherited

hasAttribute()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::hasAttribute()
Parameters
Name Type Description
$name string
Returns
Type Description
bool
methodpublichasChildren() : bool
inherited

hasChildren()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::hasChildren()
Returns
Type Description
bool
methodpublicinitializeContext() : \Zend_Tool_Project_Profile_Resource

initializeContext()

Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicisAppendable() : bool
inherited

isAppendable()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::isAppendable()
Returns
Type Description
bool
methodpublicisDeleted() : \Zend_Tool_Project_Profile_Resource

isDeleted()

Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicisEnabled() : bool

isEnabled()

Returns
Type Description
bool
methodpublickey() : int
inherited

key() - required by RecursiveIterator

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::key()
Returns
Type Description
int
methodpublicnext() : bool
inherited

next() - required by RecursiveIterator

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::next()
Returns
Type Description
bool
methodpublicrewind() : bool
inherited

rewind() - required by RecursiveIterator

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::rewind()
Returns
Type Description
bool
methodpublicsearch( $matchSearchConstraints,  $nonMatchSearchConstraints = null) : \Zend_Tool_Project_Profile_Resource
inherited

Finder method to be able to find resources by context name and attributes.

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::search()

Example usage:


Parameters
Name Type Description
$matchSearchConstraints
$nonMatchSearchConstraints
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicsetAppendable(bool $appendable) : \Zend_Tool_Project_Profile_Resource_Container
inherited

setAppendable()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::setAppendable()
Parameters
Name Type Description
$appendable bool
Returns
Type Description
\Zend_Tool_Project_Profile_Resource_Container
methodpublicsetAttribute(string $name, mixed $value) : \Zend_Tool_Project_Profile_Resource_Container
inherited

setAttribute()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::setAttribute()
Parameters
Name Type Description
$name string
$value mixed
Returns
Type Description
\Zend_Tool_Project_Profile_Resource_Container
methodpublicsetAttributes(array $attributes) : \Zend_Tool_Project_Profile_Resource_Container
inherited

setAttributes()

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::setAttributes()

persist the attributes if the resource will accept them

Parameters
Name Type Description
$attributes array
Returns
Type Description
\Zend_Tool_Project_Profile_Resource_Container
methodpublicsetContext(string | \Zend_Tool_Project_Context_Interface $context) : \Zend_Tool_Project_Profile_Resource

setContext()

Parameters
Name Type Description
$context string | \Zend_Tool_Project_Context_Interface
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicsetDeleted(bool $deleted = true) : \Zend_Tool_Project_Profile_Resource

setDeleted()

Parameters
Name Type Description
$deleted bool
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicsetEnabled(bool $enabled = true) : \Zend_Tool_Project_Profile_Resource

setEnabled()

Parameters
Name Type Description
$enabled bool
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicsetProfile(\Zend_Tool_Project_Profile $profile) : \Zend_Tool_Project_Profile_Resource

setProfile()

Parameters
Name Type Description
$profile \Zend_Tool_Project_Profile
Returns
Type Description
\Zend_Tool_Project_Profile_Resource
methodpublicvalid() : bool
inherited

valid() - - required by RecursiveIterator

Inherited from: \Zend_Tool_Project_Profile_Resource_Container::valid()
Returns
Type Description
bool
Documentation was generated by phpDocumentor 2.0.0a8.