Class ekstazi\crud\helpers\Model

Inheritanceekstazi\crud\helpers\Model

Helper for model's options in ekstazi\crud\actions\Action

Public Methods

Hide inherited methods

MethodDescriptionDefined By
method() Return a PHP callable that map model method ekstazi\crud\helpers\Model
redirectUrl() Return a PHP callable that map model id to route ekstazi\crud\helpers\Model

Method Details

method() public method

Return a PHP callable that map model method

callable method$methodName )
$methodName
redirectUrl() public method

Return a PHP callable that map model id to route

callable redirectUrl$route )
$route

Mixed