PHP 클래스 PHPCfg\Op

파일 보기 프로젝트 열기: ircmaxell/php-cfg 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$writeVariables

공개 메소드들

메소드 설명
__construct ( array $attributes = [] )
getAttribute ( $key, $default = null )
getAttributes ( )
getFile ( )
getLine ( )
getSubBlocks ( )
getType ( )
getVariableNames ( )
hasAttribute ( $key )
isWriteVariable ( $name )
setAttribute ( $key, &$value )

보호된 메소드들

메소드 설명
addReadRef ( $op )
addWriteRef ( $op )

메소드 상세

__construct() 공개 메소드

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

addReadRef() 보호된 메소드

protected addReadRef ( $op )

addWriteRef() 보호된 메소드

protected addWriteRef ( $op )

getAttribute() 공개 메소드

public getAttribute ( $key, $default = null )

getAttributes() 공개 메소드

public getAttributes ( )

getFile() 공개 메소드

public getFile ( )

getLine() 공개 메소드

public getLine ( )

getSubBlocks() 추상적인 공개 메소드

abstract public getSubBlocks ( )

getType() 공개 메소드

public getType ( )

getVariableNames() 추상적인 공개 메소드

abstract public getVariableNames ( )

hasAttribute() 공개 메소드

public hasAttribute ( $key )

isWriteVariable() 공개 메소드

public isWriteVariable ( $name )

setAttribute() 공개 메소드

public setAttribute ( $key, &$value )

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes

$writeVariables 보호되어 있는 프로퍼티

protected $writeVariables