BetterReflection\Reflection\ReflectionClass::getAst PHP Méthode

getAst() public méthode

Retrieve the AST node for this class
public getAst ( ) : ClassLike
Résultat PhpParser\Node\Stmt\ClassLike
    public function getAst()
    {
        return $this->node;
    }

Usage Example

 /**
  * {@inheritdoc}
  */
 public function getAst()
 {
     return $this->reflectionClass->getAst();
 }