phpDocumentor

PropertyHookInterface extends DocblockInterface, AttributedInterface, Descriptor

Table of Contents

Methods

addAttribute()  : void
getArguments()  : Collection<string|int, ArgumentInterface>
getAttributes()  : Collection<string|int, AttributeInterface>
getDescription()  : DescriptionDescriptor
Returns the description for this element.
getName()  : "get"|"set"
Returns the name of a property hook.
getSummary()  : string
Returns the summary describing this element.
getTags()  : Collection<string|int, Collection<string|int, TagDescriptor>>
Returns all tags associated with this element.
setDescription()  : void
Sets a longer description for this element.
setName()  : void
Sets the local name for this element.
setSummary()  : void
Sets a summary describing this element.

Methods

getName()

Returns the name of a property hook.

public getName() : "get"|"set"
Return values
"get"|"set"

getSummary()

Returns the summary describing this element.

public getSummary() : string
Return values
string

setName()

Sets the local name for this element.

public setName(string $name) : void
Parameters
$name : string

setSummary()

Sets a summary describing this element.

public setSummary(string $summary) : void
Parameters
$summary : string

        
On this page

Search results