示例#1
0
 protected function writeType(KalturaTypeReflector $type)
 {
     if ($type->isFilterable()) {
         $this->writeBaseFilterForType($type);
         $this->writeFilterForType($type);
         $this->writeOrderByEnumForType($type);
     }
 }