本文整理匯總了PHP中KalturaObject::getMapBetweenObjects方法的典型用法代碼示例。如果您正苦於以下問題:PHP KalturaObject::getMapBetweenObjects方法的具體用法?PHP KalturaObject::getMapBetweenObjects怎麽用?PHP KalturaObject::getMapBetweenObjects使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類KalturaObject
的用法示例。
在下文中一共展示了KalturaObject::getMapBetweenObjects方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: getMapBetweenObjects
public function getMapBetweenObjects()
{
return array_merge(parent::getMapBetweenObjects(), self::$map_between_objects);
}
開發者ID:EfncoPlugins,項目名稱:Media-Management-based-on-Kaltura,代碼行數:4,代碼來源:KalturaDistributionProvider.php
示例2: getMapBetweenObjects
protected function getMapBetweenObjects()
{
return array_merge(parent::getMapBetweenObjects(), array("orderBy" => "_order_by"));
}