Detailed Description
Member Function Documentation
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.
- Parameters
-
string | Name of the action to perform. |
array | An array of arguments to the action. |
- Returns
- bool
not_acceptable_action |
( |
|
$language = NULL | ) |
|
show_action |
( |
|
$language = NULL | ) |
|
utf8EncodeArray |
( |
array |
$src | ) |
|
Return an UTF-8 encoded (one dimensional!) array
- Parameters
-
array | the original array w/ latin-1 encoded keys and values |
- Returns
- array an array w/ utf-8 encoded keys and values
The documentation for this class was generated from the following file: