7 calls to EasyRdf_Collection::getCollectionNode() in Zircon Profile 8.0
- EasyRdf_Collection::append in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Append an item to the end of the collection
- EasyRdf_Collection::count in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Counts the number of items in the collection
- EasyRdf_Collection::offsetExists in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Array Access: check if a position exists in collection using array syntax
- EasyRdf_Collection::offsetGet in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Array Access: get an item at a specified position in collection using array syntax
- EasyRdf_Collection::offsetSet in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Array Access: set an item at a positon in collection using array syntax
- EasyRdf_Collection::offsetUnset in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Array Access: delete an item at a specific postion using array syntax
- EasyRdf_Collection::seek in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Collection.php - Seek to a specific position in the container