choices型を配列で定義する場合
class Abc extends Object{
static protected $__aaa__ = "type=choice";
protected $aaa;
protected function __choices_aaa__(){
// 数値やObjectを渡しても文字列として登録される
return array("111","222",333,444,555,"666");
}
}
class Abc extends Object{
static protected $__aaa__ = "type=choice";
protected $aaa;
protected function __choices_aaa__(){
// 数値やObjectを渡しても文字列として登録される
return array("111","222",333,444,555,"666");
}
}