__toString() 공개 메소드

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