API Documentation

Tool/Project/Profile/Resource.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: Resource.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Project_Profile_Resource

Description

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.

Zend_Tool_Project_Profile_Resource

Extends from
Zend_Tool_Project_Profile_Resource_Container
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_profile
$_parentResource
$_deleted
$_enabled
$_context
$_attributes
$_isContextInitialized
Methods
__construct
setContext
getContext
getName
setProfile
getProfile
getPersistentAttributes
setEnabled
isEnabled
setDeleted
isDeleted
initializeContext
__toString
__call

Description

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

Properties

$_attributes

array $_attributes = 'array'

Details

$_attributes
array
visibility
protected
default
array
final
false
static
false

$_context

Zend_Tool_Project_Context|string $_context = 'null'

Details

$_context
Zend_Tool_Project_Context|string
visibility
protected
default
null
final
false
static
false

$_deleted

 $_deleted = 'false'

Details

visibility
protected
default
false
final
false
static
false

$_enabled

 $_enabled = 'true'

Details

visibility
protected
default
true
final
false
static
false

$_isContextInitialized

bool $_isContextInitialized = 'false'

Details

$_isContextInitialized
bool
visibility
protected
default
false
final
false
static
false

$_parentResource

Zend_Tool_Project_Profile_Resource $_parentResource = 'null'

Details

$_parentResource
Zend_Tool_Project_Profile_Resource
visibility
protected
default
null
final
false
static
false

$_profile

Zend_Tool_Project_Profile $_profile = 'null'

Details

$_profile
Zend_Tool_Project_Profile
visibility
protected
default
null
final
false
static
false

Methods

__call

__call( string $method, array $arguments ) : Zend_Tool_Project_Profile_Resource

__call()

Arguments
$method
string
$arguments
array
Details
visibility
public
final
false
static
false

__construct

__construct( string|Zend_Tool_Project_Context_Interface $context ) :

__construct()

Arguments
$context
stringZend_Tool_Project_Context_Interface
Details
visibility
public
final
false
static
false

__toString

__toString( ) : string

__toString()

Output
string
Details
visibility
public
final
false
static
false

getContext

getContext( ) : Zend_Tool_Project_Context_Interface

getContext()

Details
visibility
public
final
false
static
false

getName

getName( ) : string

getName() - Get the resource name

Name is derived from the context name

Output
string
Details
visibility
public
final
false
static
false

getPersistentAttributes

getPersistentAttributes( ) : array

getPersistentAttributes()

Output
array
Details
visibility
public
final
false
static
false

getProfile

getProfile( ) : Zend_Tool_Project_Profile

getProfile

Details
visibility
public
final
false
static
false

initializeContext

initializeContext( ) : Zend_Tool_Project_Profile_Resource

initializeContext()

Details
visibility
public
final
false
static
false

isDeleted

isDeleted( ) : Zend_Tool_Project_Profile_Resource

isDeleted()

Details
visibility
public
final
false
static
false

isEnabled

isEnabled( ) : bool

isEnabled()

Output
bool
Details
visibility
public
final
false
static
false

setContext

setContext( string|Zend_Tool_Project_Context_Interface $context ) : Zend_Tool_Project_Profile_Resource

setContext()

Arguments
$context
stringZend_Tool_Project_Context_Interface
Details
visibility
public
final
false
static
false

setDeleted

setDeleted( bool $deleted = true ) : Zend_Tool_Project_Profile_Resource

setDeleted()

Arguments
$deleted
bool
Details
visibility
public
final
false
static
false

setEnabled

setEnabled( bool $enabled = true ) : Zend_Tool_Project_Profile_Resource

setEnabled()

Arguments
$enabled
bool
Details
visibility
public
final
false
static
false

setProfile

setProfile( Zend_Tool_Project_Profile $profile ) : Zend_Tool_Project_Profile_Resource

setProfile()

Arguments
$profile
Zend_Tool_Project_Profile
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.