ProjectHelper

ProjectHelper

new ProjectHelper()

Properties:
Name Type Description
project Project Returns the current project

Methods

getApiControllersNamespace() → {string}

Returns the API controllers default namespace
Returns:
Type
string

getApiTestNamespace() → {string}

Returns the API tests default namespace
Returns:
Type
string

getControllersNamespace() → {string}

Returns the controllers default namespace
Returns:
Type
string

getModelsNamespace() → {string}

Returns the models default namespace
Returns:
Type
string

getPoliciesNamespace() → {string}

Returns the policies default namespace
Returns:
Type
string

getRequestsNamespace() → {string}

Returns the requests default namespace
Returns:
Type
string

getTestNamespace() → {string}

Returns the tests default namespace
Returns:
Type
string