프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
public asClassDoc ( ) : ClassDoc | ||
리턴 | ClassDoc | A classDoc if the type is a class, null if it is a primitive type. |
public dimension ( ) : str | ||
리턴 | str |
public qualifiedTypeName ( ) : str | ||
리턴 | str |