Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Loader_Autoloader
  • Zend_Loader_Autoloader_Resource

Interfaces

  • Zend_Loader_Autoloader_Interface
  • Overview
  • Package
  • Class
  • Tree

Interface Zend_Loader_Autoloader_Interface

Autoloader interface

Direct known implementers

Zend_Loader_Autoloader_Resource
Package: Zend\Loader\Autoloader
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Used by: Zend_Loader_Autoloader_Resource
Located at Zend/Loader/Autoloader/Interface.php
Methods summary
public mixed
# autoload( string $class )

Autoload a class

Autoload a class

Parameters

$class
string

Returns

mixed
False [if unable to load $class] get_class($class) [if $class is successfully loaded]
Pry Framework API documentation generated by ApiGen 2.6.1