__toString() public méthode

Get a string representation of this reflection
See also: https://github.com/Roave/BetterReflection/issues/94
public __toString ( ) : string
Résultat string
 /**
  * {@inheritDoc}
  */
 public function __toString()
 {
     return $this->betterReflectionClass->__toString();
 }