コード例 #1
0
ファイル: FiltersGenerator.php プロジェクト: DBezemer/server
 protected function writeType(KalturaTypeReflector $type)
 {
     if ($type->isFilterable()) {
         $this->writeBaseFilterForType($type);
         $this->writeFilterForType($type);
         $this->writeOrderByEnumForType($type);
     }
 }