__toString() 공개 메소드

Returns a string representation of this phone number.
public __toString ( ) : string
리턴 string
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function __toString()
 {
     return parent::__toString();
 }