PHP Class Neos\Flow\Reflection\ParameterReflection

Inheritance: extends ReflectionParameter
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$parameterClassName string

Méthodes publiques

Méthode Description
getBuiltinType ( ) : string
getClass ( ) : ClassReflection Returns the parameter class
getDeclaringClass ( ) : ClassReflection Returns the declaring class

Method Details

getBuiltinType() public méthode

public getBuiltinType ( ) : string
Résultat 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 méthode

Returns the parameter class
public getClass ( ) : ClassReflection
Résultat ClassReflection The parameter class

getDeclaringClass() public méthode

Returns the declaring class
public getDeclaringClass ( ) : ClassReflection
Résultat ClassReflection The declaring class

Property Details

$parameterClassName protected_oe property

protected string $parameterClassName
Résultat string