PHP Class Pagekit\Dashboard\Controller\DashboardController

Afficher le fichier Open project: pagekit/pagekit

Protected Properties

Свойство Type Description
$api string
$apiKey string
$dashboard Pagekit\Module\Module

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
deleteAction ( $id )
indexAction ( )
reorderAction ( $order = [] )
saveAction ( $id, $widget = [] )
saveWidgetsAction ( $widgets = [] )
weatherAction ( $data, $action )

Method Details

__construct() public méthode

Constructor.
public __construct ( )

deleteAction() public méthode

public deleteAction ( $id )

indexAction() public méthode

public indexAction ( )

reorderAction() public méthode

public reorderAction ( $order = [] )

saveAction() public méthode

public saveAction ( $id, $widget = [] )

saveWidgetsAction() public méthode

public saveWidgetsAction ( $widgets = [] )

weatherAction() public méthode

public weatherAction ( $data, $action )

Property Details

$api protected_oe property

protected string $api
Résultat string

$apiKey protected_oe property

protected string $apiKey
Résultat string

$dashboard protected_oe property

protected Module,Pagekit\Module $dashboard
Résultat Pagekit\Module\Module