Collection::offsetGet()
Method: Get the item at the given offset.
Collection::offsetGet Read More »
Method: Sets the item at the given offset.
Collection::offsetSet Read More »
Method: Unset the item at the given offset.
Collection::offsetUnset Read More »
Method: Reset the iterator pointer to the beginning of the collection.
Collection::rewind Read More »
Method: Helper function for removing a resource from the collection.
Collection::remove Read More »
Method: Reset the iterator pointer to the end of the collection.
Collection::fast_forward Read More »
Method: Filters the collection using the given callback.
Collection::filter Read More »
Method: Normalizes the root dir by trimming any trailing `/`.
Autoloader::normalize_root_dir Read More »
Method: Returns the path to the file defining a class.
Autoloader::get_prefixed_path Read More »
Method: Gets the absolute path to a class file using the fallback dirs.
Autoloader::get_fallback_path Read More »
Method: Gets the absolute path to a class file.
Autoloader::get_class_path Read More »