Extends
lithium\console\command\Create
Get the plural data variable that is sent down from controller method.
Parameters
- string $request
Returns
stringSource
protected function _plural($request) {
return Inflector::pluralize(Inflector::camelize($request->action, false));
}