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: Gets the absolute path to a class file.
Autoloader::get_class_path Read More »
Method: Get the registered prefix by slug
Autoloader::get_prefix_by_slug Read More »
Method: Adds a folder to search for classes that were not found among the prefixed ones.
Autoloader::add_fallback_dir Read More »
Method: Returns the directory separator used by the class loader.
Autoloader::get_dir_separator Read More »
Method: Returns the singleton instance of the class.
Autoloader::instance Read More »
Method: Registers prefixes and root dirs using an array.
Autoloader::register_prefixes Read More »
Method: Associates a class prefix to an absolute path.
Autoloader::register_prefix Read More »