class RegisterTastyIgniter

Methods

void
bootstrap(Application $app)

Register specifics for TastyIgniter.

string
normalizeUrl(string $url)

Adds leading slash from a URL.

Details

at line 16
void bootstrap(Application $app)

Register specifics for TastyIgniter.

Parameters

Application $app

Return Value

void

at line 51
protected string normalizeUrl(string $url)

Adds leading slash from a URL.

Parameters

string $url

URL to normalize.

Return Value

string

Returns normalized URL.