Method | Description | |
---|---|---|
__construct ( string $name = null ) | Creates a new PHP function | |
create ( string $name = null ) : static | Creates a new PHP function | |
fromReflection ( ReflectionFunction $ref ) : |
Creates a PHP function from reflection | |
generateDocblock ( ) |
public __construct ( string $name = null ) | ||
$name | string | qualified name |
public static fromReflection ( ReflectionFunction $ref ) : |
||
$ref | ReflectionFunction | |
return |