Property | Type | Description | |
---|---|---|---|
$methods | phpDocumentor\Descriptor\Collection | ||
$properties | phpDocumentor\Descriptor\Collection | ||
$usedTraits | phpDocumentor\Descriptor\Collection |
Method | Description | |
---|---|---|
__construct ( ) | Initializes the all properties representing a collection with a new Collection object. | |
getInheritedMethods ( ) | {@inheritDoc} | |
getInheritedProperties ( ) | {@inheritDoc} | |
getMagicMethods ( ) : phpDocumentor\Descriptor\Collection | ||
getMagicProperties ( ) : phpDocumentor\Descriptor\Collection | ||
getMethods ( ) | {@inheritDoc} | |
getProperties ( ) | {@inheritDoc} | |
getUsedTraits ( ) : phpDocumentor\Descriptor\Collection | Returns the traits used by this class. | |
setMethods ( phpDocumentor\Descriptor\Collection $methods ) | {@inheritDoc} | |
setPackage ( string $package ) | ||
setProperties ( phpDocumentor\Descriptor\Collection $properties ) | {@inheritDoc} | |
setUsedTraits ( phpDocumentor\Descriptor\Collection $usedTraits ) : void | Sets a collection of all traits used by this class. |
public __construct ( ) |
public getMagicMethods ( ) : phpDocumentor\Descriptor\Collection | ||
return | phpDocumentor\Descriptor\Collection |
public getMagicProperties ( ) : phpDocumentor\Descriptor\Collection | ||
return | phpDocumentor\Descriptor\Collection |
public getUsedTraits ( ) : phpDocumentor\Descriptor\Collection | ||
return | phpDocumentor\Descriptor\Collection |
public setMethods ( phpDocumentor\Descriptor\Collection $methods ) | ||
$methods | phpDocumentor\Descriptor\Collection |
public setProperties ( phpDocumentor\Descriptor\Collection $properties ) | ||
$properties | phpDocumentor\Descriptor\Collection |
public setUsedTraits ( phpDocumentor\Descriptor\Collection $usedTraits ) : void | ||
$usedTraits | phpDocumentor\Descriptor\Collection | |
return | void |
protected Collection,phpDocumentor\Descriptor $methods | ||
return | phpDocumentor\Descriptor\Collection |
protected Collection,phpDocumentor\Descriptor $properties | ||
return | phpDocumentor\Descriptor\Collection |