예제 #1
0
파일: Date.php 프로젝트: alnutile/drunatra
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     // value is already set up properly, we're just adding our new field to it.
     $options['value']['contains']['type']['default'] = 'date';
     return $options;
 }