ez.no / ezpublish / documentation / reference / template operators / variables
These documentation pages are no longer maintained. Please visit the new documentation site.
The following table contains a list of template operators related to variable and type handling. Click on the name of an operator for more information about that specific operator (usage, parameters, description, examplets, etc.).
| Operator | Description |
|---|---|
| float | Turns the input value into a float |
| get_class | Returns the class of the target. |
| get_type | Returns the type of the target variable. |
| count | Returns the count of the input value. |
| int | Turns the input value into an integer |
| is_array | Returns true if the target variable is an array. |
| is_boolean | Returns true if the target variable is a boolean. |
| is_class | Returns true if the target variable is a class. |
| is_float | Returns true if the target variable is a float. |
| is_integer | Returns true if the target variable is an integer. |
| is_null | Returns true if the target variable is null. |
| is_numeric | Returns true if the target variable is a number. |
| is_object | Returns true if the target variable is an object. |
| is_set | Returns true if the target variable is set (got value). |
| is_string | Returns true if the target variable is a string. |
| is_unset | Returns true if the target variable is not set (no value). |
Comments