Exemple #1
0
 /**
  * __toString() cast to string
  *
  * @return string
  */
 public function __toString()
 {
     $string = parent::__toString();
     $string .= ' (ProviderName: ' . $this->_providerName . ', ActionName: ' . $this->_actionName . ', SpecialtyName: ' . $this->_specialtyName . ')';
     return $string;
 }