Property | Type | Description | |
---|---|---|---|
$value | mixed |
Method | Description | |
---|---|---|
__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 |
public static from ( ReflectionProperty $from ) : self | ||
$from | ReflectionProperty | |
return | self |