__toString() public méthode

Returns a string representation of this phone number.
public __toString ( ) : string
Résultat string
Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function __toString()
 {
     return parent::__toString();
 }