메소드 | 설명 | |
---|---|---|
_name ( string $request ) : string | Returns the name of the controller class, minus 'Controller'. | |
_plural ( string $request ) : string | Get the plural data variable that is sent down from controller method. | |
_save ( array $params = [] ) : mixed | Override the save method to handle view specific params. | |
_singular ( string $request ) : string | Get the singular data variable that is sent down from controller methods. |