You are here

public property KalturaBaseEntryFilter::$nameLike in Kaltura 6.2

This filter should be in use for retrieving specific entries while applying an SQL 'LIKE' pattern matching on entry names. It should include only one pattern for matching entry names against.

Type: string

File

kaltura_client/KalturaClient.php, line 506

Class

KalturaBaseEntryFilter

Code

public $nameLike = null;