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

_plural() protected method

Get the plural data variable that is sent down from controller method.
protected _plural ( string $request ) : string
$request string
return string
    protected function _plural($request)
    {
        return Inflector::pluralize(Inflector::camelize($request->action, false));
    }