ILIAS  release_7 Revision v7.30-3-g800a261c036
Factory.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2017 Nils Haagen <nhaagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
10interface Factory
11{
94 public function presentation(string $title, array $view_controls, \Closure $row_mapping) : Presentation;
95
96
168 public function data(string $title, ?int $page_size = 50) : Data;
169
205 public function column() : Column\Factory;
206}
An exception for terminatinating execution or to throw for unit testing.
This describes a Data Table.
Definition: Data.php:14
presentation(string $title, array $view_controls, \Closure $row_mapping)
data(string $title, ?int $page_size=50)
This describes a Presentation Table.