PHP 클래스 type

파일 보기 프로젝트 열기: peej/phpdoctor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_dimension integer The number of dimensions this type has.
$_name str The name of the type.
$_root rootDoc Reference to the root element.

공개 메소드들

메소드 설명
asClassDoc ( ) : ClassDoc Return this type as a class.
dimension ( ) : str Return the type's dimension information, as a string.
qualifiedTypeName ( ) : str Get qualified name of this type.
toString ( ) : str Returns a string representation of the type.
type ( $name, &$root ) Constructor
typeName ( ) : str Get name of this type.

메소드 상세

asClassDoc() 공개 메소드

Return this type as a class.
public asClassDoc ( ) : ClassDoc
리턴 ClassDoc A classDoc if the type is a class, null if it is a primitive type.

dimension() 공개 메소드

Return the type's dimension information, as a string.
public dimension ( ) : str
리턴 str

qualifiedTypeName() 공개 메소드

Get qualified name of this type.
public qualifiedTypeName ( ) : str
리턴 str

toString() 공개 메소드

Returns a string representation of the type.
public toString ( ) : str
리턴 str

type() 공개 메소드

Constructor
public type ( $name, &$root )

typeName() 공개 메소드

Get name of this type.
public typeName ( ) : str
리턴 str

프로퍼티 상세

$_dimension 공개적으로 프로퍼티

The number of dimensions this type has.
public int $_dimension
리턴 integer

$_name 공개적으로 프로퍼티

The name of the type.
public str $_name
리턴 str

$_root 공개적으로 프로퍼티

Reference to the root element.
public rootDoc $_root
리턴 rootDoc