Download the PHP package limboniatech/limbonia-loader without Composer
On this page you can find all versions of the php package limboniatech/limbonia-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download limboniatech/limbonia-loader
More information about limboniatech/limbonia-loader
Files in limboniatech/limbonia-loader
Download limboniatech/limbonia-loader
More information about limboniatech/limbonia-loader
Files in limboniatech/limbonia-loader
Vendor limboniatech
Package limbonia-loader
Short Description This is the Limbonia Loader
License BSD-3-Clause
Package limbonia-loader
Short Description This is the Limbonia Loader
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package limbonia-loader
Limbonia loader library
Installation
Using composer:
- Add the library to the project
2 . Make sure the vendor autoload statement at the top of your file
Using a raw library:
- Add the library to the project
2 . Make sure the autoloader.php statement at the top of your file
Usage
Loader class method list
Method | Description | Type | Parameters | Return |
---|---|---|---|---|
autoload | PSR-4 compatible autoload method |
public static |
string $sClassName - The name of the class to auto load | |
registerAutoloader | Register the PSR-4 autoloader | public static |
||
addLib | Add a new Limbonia library to the current list |
public static |
string $sLibDir - The root directory to the Limbonia library to add | |
getLibs | Return the list of Limbonia libraries | public static |
array | |
viewDirs | Return the list of Limbonia view directories | public static |
array |
DriverList trait method list
Method | Description | Type | Parameters | Return | |
---|---|---|---|---|---|
classType | Return the full class type of this class | public static |
string | ||
driverFactory | Generate and return an object of the specified type with specified parameters throws \Exception |
public static |
string $sType - the type of object to create array $aParam (optional) - array of parameters to initialize the |
self | |
driverClass | Generate and return the class name for the specified type returning an empty string if none is found | public static |
string $sType | string | |
driverList | Generate and cache the driver list for the current object type | public static |
array | ||
driver | Return the driver name for the specified name, if there is one | public static |
string $sName | string | |
getType | Get the subclass type for this object | public | string |
Adding the DriverList trait in a class
-
Add the trait to a base class
-
Extend that class into a group of sub-classes
- Then use the features of the trait where ever you need them...
All versions of limbonia-loader with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package limboniatech/limbonia-loader contains the following files
Loading the files please wait ....