lithium\console\command\create\Controller::_plural PHP Method

_plural() protected method

Get the plural variable used for data in controller methods.
protected _plural ( string $request ) : string
$request string
return string
    protected function _plural($request)
    {
        return Inflector::pluralize(Inflector::camelize($request->action, false));
    }