コード例 #1
0
ファイル: Form.php プロジェクト: billadams/forever-frame
 /**
  * Get the current method code.
  */
 public function getCode()
 {
     if (parent::hasCode()) {
         return parent::getCode();
     }
     return $this->_code;
 }