PHP Class Traq\Controllers\Timeline

Since: 3.0.0
Author: Jack P.
Inheritance: extends AppController
Afficher le fichier Open project: nirix/traq

Méthodes publiques

Méthode Description
__construct ( )
deleteEventAction ( integer $id ) Delete timeline event.
indexAction ( ) Handles the timeline page.
setFiltersAction ( ) Set filters.

Méthodes protégées

Méthode Description
getFilteredEvents ( ) Get filtered events.
getRows ( $table, array $ids ) : array Get rows from the specified table.

Method Details

__construct() public méthode

public __construct ( )

deleteEventAction() public méthode

Delete timeline event.
public deleteEventAction ( integer $id )
$id integer

getFilteredEvents() protected méthode

Get filtered events.
protected getFilteredEvents ( )

getRows() protected méthode

Get rows from the specified table.
protected getRows ( $table, array $ids ) : array
$ids array
Résultat array

indexAction() public méthode

Handles the timeline page.
public indexAction ( )

setFiltersAction() public méthode

Set filters.
public setFiltersAction ( )