コード例 #1
0
ファイル: YesNo.php プロジェクト: gsokolowski/learnzf2
 public function init()
 {
     parent::setValueOptions(array('0' => 'No', '1' => 'Yes'));
 }