Class ekstazi\crud\helpers\Model
| Inheritance | ekstazi\crud\helpers\Model |
|---|
Helper for model's options in ekstazi\crud\actions\Action
Public Methods
| Method | Description | Defined 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
Return a PHP callable that map model method
| callable method( $methodName ) | ||
| $methodName | ||
Return a PHP callable that map model id to route
| callable redirectUrl( $route ) | ||
| $route | Mixed |
|