phpDocumentor

Filterable extends Descriptor

Interface to determine which elements can be filtered and to provide a way to set errors on the descriptor.

Table of Contents

Methods

getDescription()  : DescriptionDescriptor
Returns the description for this element.
getName()  : string
Returns the local name for this element.
setDescription()  : void
Sets a longer description for this element.
setErrors()  : void
Sets a list of errors on the associated element.
setName()  : void
Sets the local name for this element.

Methods

getName()

Returns the local name for this element.

public getName() : string
Return values
string

setName()

Sets the local name for this element.

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

        
On this page

Search results