PHP Class Pinq\Parsing\Reflection

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

Méthode Description
fromCallable ( callable $function ) : ReflectionFunctionAbstract
isVariadic ( ReflectionFunctionAbstract $function ) : boolean

Private Methods

Méthode Description
__construct ( )

Method Details

fromCallable() final public static méthode

final public static fromCallable ( callable $function ) : ReflectionFunctionAbstract
$function callable
Résultat ReflectionFunctionAbstract

isVariadic() public static méthode

public static isVariadic ( ReflectionFunctionAbstract $function ) : boolean
$function ReflectionFunctionAbstract
Résultat boolean