__toString() public méthode

Return string representation of this parameter.
public __toString ( ) : string
Résultat string
 /**
  * {@inheritDoc}
  */
 public function __toString()
 {
     return $this->betterReflectionParameter->__toString();
 }