PHP Class PHPCfg\Op

Afficher le fichier Open project: ircmaxell/php-cfg Class Usage Examples

Protected Properties

Свойство Type Description
$attributes
$writeVariables

Méthodes publiques

Méthode Description
__construct ( array $attributes = [] )
getAttribute ( $key, $default = null )
getAttributes ( )
getFile ( )
getLine ( )
getSubBlocks ( )
getType ( )
getVariableNames ( )
hasAttribute ( $key )
isWriteVariable ( $name )
setAttribute ( $key, &$value )

Méthodes protégées

Méthode Description
addReadRef ( $op )
addWriteRef ( $op )

Method Details

__construct() public méthode

public __construct ( array $attributes = [] )
$attributes array

addReadRef() protected méthode

protected addReadRef ( $op )

addWriteRef() protected méthode

protected addWriteRef ( $op )

getAttribute() public méthode

public getAttribute ( $key, $default = null )

getAttributes() public méthode

public getAttributes ( )

getFile() public méthode

public getFile ( )

getLine() public méthode

public getLine ( )

getSubBlocks() abstract public méthode

abstract public getSubBlocks ( )

getType() public méthode

public getType ( )

getVariableNames() abstract public méthode

abstract public getVariableNames ( )

hasAttribute() public méthode

public hasAttribute ( $key )

isWriteVariable() public méthode

public isWriteVariable ( $name )

setAttribute() public méthode

public setAttribute ( $key, &$value )

Property Details

$attributes protected_oe property

protected $attributes

$writeVariables protected_oe property

protected $writeVariables