Метод | Описание | |
---|---|---|
__construct ( string $name = null ) | Create a new PHP interface | |
fromFile ( string $filename ) : |
Creates a PHP interface from file | |
fromReflection ( ReflectionClass $ref ) : |
Creates a PHP interface from reflection | |
generateDocblock ( ) |
public __construct ( string $name = null ) | ||
$name | string | qualified name |
public static fromReflection ( ReflectionClass $ref ) : |
||
$ref | ReflectionClass | |
Результат |