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

_singular() protected method

Get the singular data variable that is sent down from controller methods.
protected _singular ( string $request ) : string
$request string
return string
    protected function _singular($request)
    {
        return Inflector::singularize(Inflector::camelize($request->action, false));
    }