PHP 클래스 Nette\PhpGenerator\Property

상속: extends Nette\Object
파일 보기 프로젝트 열기: nette/php-generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$value mixed

공개 메소드들

메소드 설명
__construct ( $name = '' )
addComment ( $val ) : self
addDocument ( $s )
from ( ReflectionProperty $from ) : self
getComment ( ) : string | null
getDocuments ( )
getName ( ) : string
getValue ( ) : mixed
getVisibility ( ) : string
isStatic ( ) : boolean
setComment ( $val ) : self
setDocuments ( array $s )
setName ( $name )
setStatic ( $state = TRUE ) : self
setValue ( $val ) : self
setVisibility ( $val ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( $name = '' )

addComment() 공개 메소드

public addComment ( $val ) : self
리턴 self

addDocument() 공개 메소드

사용 중단:
public addDocument ( $s )

from() 공개 정적인 메소드

public static from ( ReflectionProperty $from ) : self
$from ReflectionProperty
리턴 self

getComment() 공개 메소드

public getComment ( ) : string | null
리턴 string | null

getDocuments() 공개 메소드

사용 중단:
public getDocuments ( )

getName() 공개 메소드

public getName ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : mixed
리턴 mixed

getVisibility() 공개 메소드

public getVisibility ( ) : string
리턴 string

isStatic() 공개 메소드

public isStatic ( ) : boolean
리턴 boolean

setComment() 공개 메소드

public setComment ( $val ) : self
리턴 self

setDocuments() 공개 메소드

사용 중단:
public setDocuments ( array $s )
$s array

setName() 공개 메소드

사용 중단:
public setName ( $name )

setStatic() 공개 메소드

public setStatic ( $state = TRUE ) : self
리턴 self

setValue() 공개 메소드

public setValue ( $val ) : self
리턴 self

setVisibility() 공개 메소드

public setVisibility ( $val ) : self
리턴 self

프로퍼티 상세

$value 공개적으로 프로퍼티

public mixed $value
리턴 mixed