ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjContentPageAdministration.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 /* Copyright (c) 1998-2020 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
9 {
13  public function __construct($a_id = 0, $a_call_by_reference = true)
14  {
15  parent::__construct($a_id, $a_call_by_reference);
16  }
17 
21  public function initType()
22  {
23  $this->type = 'cpad';
24  }
25 }
__construct($a_id=0, $a_call_by_reference=true)
Class ilObjContentPageAdministration.
__construct(Container $dic, ilPlugin $plugin)