\CodeIgniter\ViewPlugins

View plugins

Summary

Methods
Properties
Constants
currentURL()
previousURL()
mailto()
safeMailto()
lang()
ValidationErrors()
route()
siteURL()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

currentURL()

currentURL(array  $params = array()) : string|\CodeIgniter\HTTP\URI

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string|\CodeIgniter\HTTP\URI

previousURL()

previousURL(array  $params = array()) : \CodeIgniter\HTTP\URI|mixed|string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

\CodeIgniter\HTTP\URI|mixed|string

mailto()

mailto(array  $params = array()) : string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string

safeMailto()

safeMailto(array  $params = array()) : string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string

lang()

lang(array  $params = array()) : string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string

ValidationErrors()

ValidationErrors(array  $params = array()) : string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string

route()

route(array  $params = array()) : string|false

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string|false

siteURL()

siteURL(array  $params = array()) : string

Wrap helper function to use as view plugin.

Parameters

array $params

Returns

string