PHP Class Neos\Flow\Reflection\ParameterReflection

Inheritance: extends ReflectionParameter
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$parameterClassName string

Public Methods

Method Description
getBuiltinType ( ) : string
getClass ( ) : ClassReflection Returns the parameter class
getDeclaringClass ( ) : ClassReflection Returns the declaring class

Method Details

getBuiltinType() public method

public getBuiltinType ( ) : string
return string The name of a builtin type (e.g. string, int) if it was declared for the parameter (scalar type declaration), null otherwise

getClass() public method

Returns the parameter class
public getClass ( ) : ClassReflection
return ClassReflection The parameter class

getDeclaringClass() public method

Returns the declaring class
public getDeclaringClass ( ) : ClassReflection
return ClassReflection The declaring class

Property Details

$parameterClassName protected property

protected string $parameterClassName
return string