Overview

Namespaces

  • PHP
  • PHPassLib
    • Application
    • Exception
    • Hash
    • Test
      • Application
      • Hash

Classes

  • Loader
  • Utilities

Interfaces

  • Exception
  • Hash
  • Overview
  • Namespace
  • Class
  • Tree

Class Loader

Class Loader

This class provides methods for loading library resources conforming to PSR-0 standards. Only classes in the PHPassLib namespace will be loaded by Loader::load().

Namespace: PHPassLib
Package: PHPassLib\Loaders
Copyright: Copyright (c) 2012, Ryan Chouinard
License: License - http://www.opensource.org/licenses/mit-license.php
Author: Ryan Chouinard <rchouinard@gmail.com>
Located at src/PHPassLib/Loader.php
Methods summary
public static
# load( string $class )

Load a library class.

Load a library class.

Performs checks to make sure only local library classes are loaded, and the class file exists within the library path.

Parameters

$class
string
$class The fully qualified class name to load.
public static boolean
# registerAutoloader( )

Register an autoloader for the library.

Register an autoloader for the library.

Returns

boolean
Returns true on success, false on failure.
PHP Password Library API documentation generated by ApiGen 2.8.0