You are here

class KalturaSearch in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaSearch

File

kaltura_client/KalturaClient.php, line 2290

View source
class KalturaSearch extends KalturaObjectBase {

  /**
   *
   *
   * @var string
   */
  public $keyWords = null;

  /**
   *
   *
   * @var KalturaSearchProviderType
   */
  public $searchSource = null;

  /**
   *
   *
   * @var KalturaMediaType
   */
  public $mediaType = null;

  /**
   * Use this field to pass dynamic data for searching
   * For example - if you set this field to "mymovies_$partner_id"
   * The $partner_id will be automatically replcaed with your real partner Id
   *
   * @var string
   */
  public $extraData = null;

  /**
   *
   *
   * @var string
   */
  public $authData = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function
KalturaSearch::$authData public property
KalturaSearch::$extraData public property Use this field to pass dynamic data for searching For example - if you set this field to "mymovies_$partner_id" The $partner_id will be automatically replcaed with your real partner Id
KalturaSearch::$keyWords public property
KalturaSearch::$mediaType public property
KalturaSearch::$searchSource public property