[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/httpful/src/Httpful/ -> Bootstrap.php (summary)

(no description)

File Size: 97 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Bootstrap:: (6 methods):
  init()
  autoload()
  pharInit()
  pharAutoload()
  _autoload()
  registerHandlers()


Class: Bootstrap  - X-Ref

Bootstrap class that facilitates autoloading.  A naive
PSR-0 autoloader.

init()   X-Ref
Register the autoloader and any other setup needed


autoload($classname)   X-Ref
The autoload magic (PSR-0 style)

param: string $classname

pharInit()   X-Ref
Register the autoloader and any other setup needed


pharAutoload($classname)   X-Ref
Phar specific autoloader

param: string $classname

_autoload($base, $classname)   X-Ref

param: string base
param: string classname

registerHandlers()   X-Ref
Register default mime handlers.  Is idempotent.




Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1