ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilContentPagePageCollector Class Reference

Class ilContentPagePageCollector. More...

+ Inheritance diagram for ilContentPagePageCollector:
+ Collaboration diagram for ilContentPagePageCollector:

Public Member Functions

 getAllPageIds ($obj_id)
 

Additional Inherited Members

- Data Fields inherited from ilContentPageObjectConstants
const OBJ_TYPE = 'copa'
 
const UI_CMD_VIEW = 'view'
 
const UI_CMD_EDIT = 'edit'
 
const UI_CMD_UPDATE = 'update'
 
const UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile'
 
const UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen'
 
const UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph'
 
const UI_TAB_ID_CONTENT = 'content'
 
const UI_TAB_ID_INFO = 'info_short'
 
const UI_TAB_ID_SETTINGS = 'settings'
 
const UI_TAB_ID_ICON = 'icon'
 
const UI_TAB_ID_STYLE = 'style'
 
const UI_TAB_ID_LP = 'learning_progress'
 
const UI_TAB_ID_EXPORT = 'export'
 
const UI_TAB_ID_PERMISSIONS = 'perm_settings'
 

Detailed Description

Member Function Documentation

◆ getAllPageIds()

ilContentPagePageCollector::getAllPageIds (   $obj_id)

Implements ilCOPageCollectorInterface.

Definition at line 11 of file class.ilContentPagePageCollector.php.

References ilPageObject\getAllPages().

12  {
13  $pages = [];
14 
15  foreach (ilPageObject::getAllPages(self::OBJ_TYPE, $obj_id) as $page) {
16  $pages[] = [
17  'parent_type' => self::OBJ_TYPE,
18  'id' => $page['id'],
19  'lang' => $page['lang'],
20  ];
21  }
22 
23  return $pages;
24  }
static getAllPages($a_parent_type, $a_parent_id, $a_lang="-")
Get all pages for parent object.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: