PHP 클래스 phpDocumentor\Reflection\DocBlock\Tag\ReturnTag

저자: Mike van Riel ([email protected])
상속: extends phpDocumentor\Reflection\DocBlock\Tag
파일 보기 프로젝트 열기: explodybits/hookr-plugin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$type The raw type component.
$types The parsed type component.

공개 메소드들

메소드 설명
getCotnent ( )
getType ( ) : string Returns the type section of the variable.
getTypes ( ) : string[] Returns the unique types of the variable.
setContent ( $content )

보호된 메소드들

메소드 설명
getTypesCollection ( ) : void Returns the type collection.

메소드 상세

getCotnent() 공개 메소드

public getCotnent ( )

getType() 공개 메소드

Returns the type section of the variable.
public getType ( ) : string
리턴 string

getTypes() 공개 메소드

Returns the unique types of the variable.
public getTypes ( ) : string[]
리턴 string[]

getTypesCollection() 보호된 메소드

Returns the type collection.
protected getTypesCollection ( ) : void
리턴 void

setContent() 공개 메소드

public setContent ( $content )

프로퍼티 상세

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

The raw type component.
protected $type

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

The parsed type component.
protected $types