public function toObject($object_to_fill = null, $props_to_skip = array())
 {
     if (is_null($object_to_fill)) {
         $object_to_fill = new AdvancedSearchFilterMatchCondition();
     }
     return parent::toObject($object_to_fill, $props_to_skip);
 }
 public function toObject($object_to_fill = null, $props_to_skip = array())
 {
     KalturaLog::debug("To object: field [{$this->field}] value [{$this->value}]");
     if (is_null($object_to_fill)) {
         $object_to_fill = new AdvancedSearchFilterComparableCondition();
     }
     return parent::toObject($object_to_fill, $props_to_skip);
 }