コード例 #1
0
ファイル: Who.php プロジェクト: heiglandreas/zf2
 /**
  * Retrieves a human readable string describing this attribute's value.
  *
  * @return string The attribute value.
  */
 public function __toString()
 {
     if ($this->_valueString != null) {
         return $this->_valueString;
     } else {
         return parent::__toString();
     }
 }