Méthode | Description | |
---|---|---|
__construct ( string $className ) | ClassExistsChecker constructor. | |
autoloadTerminator ( $notFoundClass ) | Method is called as last auto-loader (if all others have failed), so the class does not exists (is not resolve-able) | |
create ( string $className ) : |
||
existsExtendsSafe ( ) : boolean | Check for class-existence while handling conditional definition of classes that extend from non-existent classes as it can happen with Magento Varien_Autoload that is using include to execute files for class definitions. |
Méthode | Description | |
---|---|---|
endContext ( $context ) | ||
exceptionContext ( $context, Exception $ex ) : boolean | ||
startContext ( ) : stdClass |
public __construct ( string $className ) | ||
$className | string |
public autoloadTerminator ( $notFoundClass ) | ||
$notFoundClass |
public existsExtendsSafe ( ) : boolean | ||
Résultat | boolean |