object-handler.php
Table of Contents
Functions
- buddyc_object_handler() : mixed
- Initializes an instance of the ObjectHandler class.
- buddyc_get_all_objects() : mixed
- Retrieves all items of a class.
Functions
buddyc_object_handler()
Initializes an instance of the ObjectHandler class.
buddyc_object_handler(string $class) : mixed
Parameters
- $class : string
-
The fully qualified class name.
Tags
buddyc_get_all_objects()
Retrieves all items of a class.
buddyc_get_all_objects(string $class) : mixed
Parameters
- $class : string
-
The fully qualified class name.