Method | Description | |
---|---|---|
GetKnownTypeMask ( |
Gets type mask of known PHPDoc type name or
|
|
GetParamTag ( PHPDocBlock phpdoc, int paramIndex, string paramName ) : PHPDocBlock.ParamTag |
Gets parameter type from given PHPDoc block.
|
|
GetTypeMask ( |
Gets type mask at target ctype context representing given type names from given routine.
|
|
GetTypeMask ( |
Gets type mask at target type context representing given type names from given routine.
|
|
GetTypeMask ( |
Gets type mask representing given type name.
|
|
IsKnownType ( string tname ) : bool |
Gets value indicating whether given parameter represents known PHPDoc type name.
|
public static GetKnownTypeMask ( |
||
typeCtx | ||
tname | string | |
return | TypeRefMask |
public static GetParamTag ( PHPDocBlock phpdoc, int paramIndex, string paramName ) : PHPDocBlock.ParamTag | ||
phpdoc | PHPDocBlock | |
paramIndex | int | |
paramName | string | |
return | PHPDocBlock.ParamTag |
public static GetTypeMask ( |
||
targetCtx | ||
routine | Symbols | |
tnames | string | |
fullyQualified | bool | |
return | TypeRefMask |
public static GetTypeMask ( |
||
targetCtx | ||
ctx | ||
tnames | string | |
naming | NamingContext | |
fullyQualified | bool | |
return | TypeRefMask |
public static GetTypeMask ( |
||
typeCtx | ||
tname | string | |
naming | NamingContext | |
fullyQualified | bool | |
return | TypeRefMask |
public static IsKnownType ( string tname ) : bool | ||
tname | string | |
return | bool |