__toString() 공개 메소드

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