Autoloader::get_prefixed_path()
Method: Returns the path to the file defining a class.
Autoloader::get_prefixed_path 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 »
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 DI container the application will use as Service Locator.
Method: Sets the container instance the Application should use as a Service Locator.
App::set_container Read More »
Method: Registers the service provider bindings.
Provider::register Read More »
Method: Returns true if the container can return an entry for the given identifier.
Method: Binds an interface a class or a string slug to an implementation and will always return the same instance.
Container::singleton Read More »