public function fromObject($source_object)
 {
     parent::fromObject($source_object);
     $this->items = KalturaSearchItemArray::fromSearchItemArray($source_object->getItems());
 }