Statement verb object for xAPI structure checking and usage.
Copyright: | 2020 Ferran Recio |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 103 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
item_verb:: (4 methods):
__construct()
create_from_data()
create_from_id()
get_id()
__construct(stdClass $data) X-Ref |
An xAPI verb constructor based on xAPI data structure. param: stdClass $data from the specific xAPI element |
create_from_data(stdClass $data) X-Ref |
Function to create an item from part of the xAPI statement. param: stdClass $data the original xAPI element return: item item_verb xAPI generated |
create_from_id(string $id) X-Ref |
Create a valid item_verb from a simple verb string. param: string $id string to convert to a valid IRI (or a valid IRI) return: item_verb the resulting item_verb |
get_id() X-Ref |
Return the id used in this item. Id will be extracted from the provided IRI. If it's a valid IRI it will return all IRI value but if it is generate by the iri helper from this library it will extract the original value. return: string the ID (extracted from IRI value) |