PHP Class Webiny\Component\Rest\Parser\ClassParser

Afficher le fichier Open project: Webiny/Framework Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $class, boolean $normalize ) Base constructor.
getParsedClass ( ) : ParsedClass Get the ParsedClass instance.

Private Methods

Méthode Description
parseClass ( ) Internal method that does the actual parsing of class properties.
parseMethods ( ) Parsed the class methods and assigns them to the ParsedClass instance.

Method Details

__construct() public méthode

Base constructor.
public __construct ( string $class, boolean $normalize )
$class string Fully qualified name of the api class.
$normalize boolean Should the class name and the method name be normalized.

getParsedClass() public méthode

Get the ParsedClass instance.
public getParsedClass ( ) : ParsedClass
Résultat ParsedClass