◆ __construct()
◆ definition()
| ILIAS\COPage\PC\DomainService::definition |
( |
| ) |
|
◆ fileList()
| ILIAS\COPage\PC\DomainService::fileList |
( |
| ) |
|
◆ fileListRetrieval()
| ILIAS\COPage\PC\DomainService::fileListRetrieval |
( |
\ilPCFileList |
$file_list | ) |
|
Definition at line 84 of file class.DomainService.php.
84 : FileList\FileListRetrieval
85 {
86 return new FileList\FileListRetrieval(
87 $this->domain_service,
88 $file_list
89 );
90 }
◆ getByNode()
| ILIAS\COPage\PC\DomainService::getByNode |
( |
?\DOMNode |
$node, |
|
|
\ilPageObject |
$page_object |
|
) |
| |
Definition at line 62 of file class.DomainService.php.
66 return $this->pc_factory->getByNode($node, $page_object);
67 }
Content object of ilPageObject (see ILIAS DTD).
◆ gridCellRetrieval()
| ILIAS\COPage\PC\DomainService::gridCellRetrieval |
( |
\ilPCGrid |
$grid | ) |
|
Definition at line 128 of file class.DomainService.php.
128 : GridCellRetrieval
129 {
130 return new GridCellRetrieval(
131 $grid
132 );
133 }
◆ interactiveImage()
| ILIAS\COPage\PC\DomainService::interactiveImage |
( |
| ) |
|
Definition at line 111 of file class.DomainService.php.
111 : InteractiveImage\IIMManager
112 {
113 return new InteractiveImage\IIMManager(
114 $this->domain_service
115 );
116 }
◆ mediaObject()
| ILIAS\COPage\PC\DomainService::mediaObject |
( |
| ) |
|
◆ paragraph()
| ILIAS\COPage\PC\DomainService::paragraph |
( |
| ) |
|
◆ plugged()
| ILIAS\COPage\PC\DomainService::plugged |
( |
| ) |
|
◆ question()
| ILIAS\COPage\PC\DomainService::question |
( |
| ) |
|
◆ resources()
| ILIAS\COPage\PC\DomainService::resources |
( |
| ) |
|
◆ selfAssQuestionRetrieval()
| ILIAS\COPage\PC\DomainService::selfAssQuestionRetrieval |
( |
int |
$pool_ref_id, |
|
|
int |
$pool_obj_id |
|
) |
| |
Definition at line 102 of file class.DomainService.php.
102 : Question\SelfAssQuestionRetrieval
103 {
104 return new Question\SelfAssQuestionRetrieval(
105 $this->domain_service,
106 $pool_ref_id,
107 $pool_obj_id
108 );
109 }
◆ $data_service
◆ $def
◆ $domain_service
◆ $pc_factory
| PCFactory ILIAS\COPage\PC\DomainService::$pc_factory |
|
protected |
◆ $repo_service
The documentation for this class was generated from the following file: