apns-php
|
Autoload stuff. More...
Go to the source code of this file.
Functions | |
void | ApnsPHP_Autoload (string $sClassName) |
This function is automatically called in case you are trying to use a class/interface which hasn't been defined yet. More... | |
Autoload stuff.
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://code.google.com/p/apns-php/wiki/License If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to aldo. so we can send you a copy immediately. armi ento@ gmai l.com
Definition in file Autoload.php.
void ApnsPHP_Autoload | ( | string | $sClassName | ) |
This function is automatically called in case you are trying to use a class/interface which hasn't been defined yet.
By calling this function the scripting engine is given a last chance to load the class before PHP fails with an error.
$sClassName | The class name. |
Exception | if class name is empty, the current path is empty or class file does not exists or file was loaded but class name was not found. |
Definition at line 33 of file Autoload.php.