コード例 #1
0
 public function getFormatter($format)
 {
     if ($format == 'html') {
         return new waContactSelectFormatter($this->getOptions());
     }
     return parent::getFormatter($format);
 }