![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Simple access to one concepts of one agent. More...
Public Member Functions | |
| __construct ($feed) | |
| Constructs new concept instance. | |
| add_item ($item, $buffer) | |
| Adds new concept item to current helper. | |
| get_items () | |
| Retrieves all concept items of current concept. | |
| get_feed () | |
| Retrieves feed name which has produced this concept. | |
Public Member Functions inherited from AfsHelperBase | |
| __get ($name) | |
| Simple property helper. | |
Simple access to one concepts of one agent.
| __construct | ( | $feed | ) |
Constructs new concept instance.
| $feed | [in] name of the feed this concept is binded to. |
| add_item | ( | $item, | |
| $buffer | |||
| ) |
Adds new concept item to current helper.
| $item | [in] values to initialize new concept item with. |
| $buffer | [in] buffer of concept data. |
| get_feed | ( | ) |
Retrieves feed name which has produced this concept.
| get_items | ( | ) |
Retrieves all concept items of current concept.
1.8.1.2