public function doFromObject($source_object, KalturaDetachedResponseProfile $responseProfile = null)
 {
     if ($source_object instanceof uiConf) {
         if ($source_object->getDisplayInSearch() == mySearchUtils::DISPLAY_IN_SEARCH_KALTURA_NETWORK) {
             $this->isPublic = true;
         } else {
             $this->isPublic = false;
         }
     }
     return parent::doFromObject($source_object, $responseProfile);
 }