class Property extends Object

Class property description.

Properties

mixed $value

Methods

static Property
from(ReflectionProperty $from)

No description

setName(string $)

No description

string
getName()

No description

setValue(mixed $)

No description

mixed
getValue()

No description

setStatic(bool $)

No description

bool
isStatic()

No description

setVisibility(string $)

No description

string
getVisibility()

No description

setDocuments(string[] $)

No description

string[]
getDocuments()

No description

addDocument(string $)

No description

Details

at line 49
static Property from(ReflectionProperty $from)

No description

Parameters

ReflectionProperty $from

Return Value

Property

at line 30
Property setName(string $)

No description

Parameters

string $

Return Value

Property

at line 30
string getName()

No description

Return Value

string

at line 30
Property setValue(mixed $)

No description

Parameters

mixed $

Return Value

Property

at line 30
mixed getValue()

No description

Return Value

mixed

at line 30
Property setStatic(bool $)

No description

Parameters

bool $

Return Value

Property

at line 30
bool isStatic()

No description

Return Value

bool

at line 30
Property setVisibility(string $)

No description

Parameters

string $

Return Value

Property

at line 30
string getVisibility()

No description

Return Value

string

at line 30
Property setDocuments(string[] $)

No description

Parameters

string[] $

Return Value

Property

at line 30
string[] getDocuments()

No description

Return Value

string[]

at line 30
Property addDocument(string $)

No description

Parameters

string $

Return Value

Property