PHP 클래스 phpDocumentor\Descriptor\TraitDescriptor

상속: extends phpDocumentor\Descriptor\DescriptorAbstract, implements phpDocumentor\Descriptor\Interfaces\TraitInterface
파일 보기 프로젝트 열기: phpDocumentor/phpDocumentor2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$methods phpDocumentor\Descriptor\Collection
$properties phpDocumentor\Descriptor\Collection
$usedTraits phpDocumentor\Descriptor\Collection

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Initializes the all properties representing a collection with a new Collection object.
public __construct ( )

getInheritedMethods() 공개 메소드

{@inheritDoc}
public getInheritedMethods ( )

getInheritedProperties() 공개 메소드

{@inheritDoc}

getMagicMethods() 공개 메소드

public getMagicMethods ( ) : phpDocumentor\Descriptor\Collection
리턴 phpDocumentor\Descriptor\Collection

getMagicProperties() 공개 메소드

public getMagicProperties ( ) : phpDocumentor\Descriptor\Collection
리턴 phpDocumentor\Descriptor\Collection

getMethods() 공개 메소드

{@inheritDoc}
public getMethods ( )

getProperties() 공개 메소드

{@inheritDoc}
public getProperties ( )

getUsedTraits() 공개 메소드

Returned values may either be a string (when the Trait is not in this project) or a TraitDescriptor.
public getUsedTraits ( ) : phpDocumentor\Descriptor\Collection
리턴 phpDocumentor\Descriptor\Collection

setMethods() 공개 메소드

{@inheritDoc}
public setMethods ( phpDocumentor\Descriptor\Collection $methods )
$methods phpDocumentor\Descriptor\Collection

setPackage() 공개 메소드

public setPackage ( string $package )
$package string

setProperties() 공개 메소드

{@inheritDoc}
public setProperties ( phpDocumentor\Descriptor\Collection $properties )
$properties phpDocumentor\Descriptor\Collection

setUsedTraits() 공개 메소드

Sets a collection of all traits used by this class.
public setUsedTraits ( phpDocumentor\Descriptor\Collection $usedTraits ) : void
$usedTraits phpDocumentor\Descriptor\Collection
리턴 void

프로퍼티 상세

$methods 보호되어 있는 프로퍼티

protected Collection,phpDocumentor\Descriptor $methods
리턴 phpDocumentor\Descriptor\Collection

$properties 보호되어 있는 프로퍼티

protected Collection,phpDocumentor\Descriptor $properties
리턴 phpDocumentor\Descriptor\Collection

$usedTraits 보호되어 있는 프로퍼티

protected Collection,phpDocumentor\Descriptor $usedTraits
리턴 phpDocumentor\Descriptor\Collection