lithium\console\command\create\Mock::_methods PHP Method

_methods() protected method

Get the methods for the mock to override
protected _methods ( string $request ) : string
$request string
return string
    protected function _methods($request)
    {
        return null;
    }