ILIAS  release_7 Revision v7.30-3-g800a261c036
Standard.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
3/* Copyright (c) 2020 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
10interface Standard extends ViewControl
11{
12}
An exception for terminatinating execution or to throw for unit testing.
This describes the Standard View Control Container.
Definition: Standard.php:11
This describes a View Control Container.
Definition: ViewControl.php:14