__toString() public method

Returns a string representation of this phone number.
public __toString ( ) : string
return string
コード例 #1
0
ファイル: Phone.php プロジェクト: Aerendir/PHPValueObjects
 /**
  * {@inheritdoc}
  */
 public function __toString()
 {
     return parent::__toString();
 }