ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjContentPageAdministration.
__construct($a_id=0, $a_call_by_reference=true)
@ineritdoc
Class ilObject2 This is an intermediate progress of ilObject class.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc