__toString() public method

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