PHP 클래스 Go\Lang\Annotation\BaseAnnotation

파일 보기 프로젝트 열기: goaop/framework

공개 프로퍼티들

프로퍼티 타입 설명
$value string Value property. Common among all derived classes.

공개 메소드들

메소드 설명
__construct ( array $data ) Constructor
__get ( string $name ) Error handler for unknown property accessor in Annotation class.
__set ( string $name, mixed $value ) Error handler for unknown property mutator in Annotation class.

메소드 상세

__construct() 최종 공개 메소드

Constructor
final public __construct ( array $data )
$data array Key-value for properties to be defined in this class

__get() 공개 메소드

Error handler for unknown property accessor in Annotation class.
public __get ( string $name )
$name string Unknown property name

__set() 공개 메소드

Error handler for unknown property mutator in Annotation class.
public __set ( string $name, mixed $value )
$name string Unknown property name
$value mixed Property value

프로퍼티 상세

$value 공개적으로 프로퍼티

Value property. Common among all derived classes.
public string $value
리턴 string