コード例 #1
0
ファイル: element.php プロジェクト: MBerguer/wp-demo
 function getValue()
 {
     return $this->_form->get($this->_name, $this->_default);
 }