getContentList() public static method

public static getContentList ( $content_list_id, $max = null, $pagination = null, $return_type = ConstantDefine::CONTENT_LIST_RETURN_ACTIVE_RECORD )
Example #1
0
 public static function getContentList($content_list_id, $max = null, $pagination = null, $return_type = ConstantDefine::CONTENT_LIST_RETURN_ACTIVE_RECORD)
 {
     return GxcHelpers::getContentList($content_list_id, $max, $pagination, $return_type);
 }