コード例 #1
0
ファイル: WSelectOption.php プロジェクト: point/cassea
 /**
  * method description
  *
  * more detailed method description
  * @param    void
  * @return   void
  */
 function messageInterchange()
 {
     if (!isset($this->text)) {
         $this->setText($this->getValue());
     }
     parent::messageInterchange();
 }