PHP Class Tdt\Core\Ui\DatasetController

Inheritance: extends UiController
Datei anzeigen Open project: tdt/core

Public Methods

Method Description
getAdd ( ) Admin.dataset.create
getDelete ( $id ) Admin.dataset.delete
getEdit ( $id ) Admin.dataset.update
getIndex ( ) Admin.dataset.view

Private Methods

Method Description
getDiscoveryDocument ( )
getDocument ( $uri )
translateParameters ( array $parameters, string $media_type ) : array Translate the view properties of the parameters

Method Details

getAdd() public method

Admin.dataset.create
public getAdd ( )

getDelete() public method

Admin.dataset.delete
public getDelete ( $id )

getEdit() public method

Admin.dataset.update
public getEdit ( $id )

getIndex() public method

Admin.dataset.view
public getIndex ( )