Function Resource_fs_base->_integer_category
Definitions
sources/resource_fs_base_class.php
- Convert a category to an integer, defaulting to null if it is blank.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$category | ?ID_TEXT | required parameter | N/A | N/A | The category value (blank: root) (null: root) |
Return
- The category (null: root)
- Type: ?integer
- Set: N/A
- Range: N/A