symfony API

sfCoreAutoload Class

« Back to API menu

action

addon

autoload

cache

command

config

controller

creole

database

debug

exception

filter

form

generator

helper

i18n

log

plugin

propel

request

response

routing

storage

task

test

user

util

validator

view

widget

You are currently browsing the symfony API for the 1.1 version. Switch to:

sfCoreAutoload class.

Method Summary

  • __construct()
  • getInstance()
    Retrieves the singleton instance of this class.
  • make()
    Rebuilds the association array between class names and paths.
  • unregister()
    Unregister sfCoreAutoload from spl autoloader.
  • register()
    Register sfCoreAutoload in spl autoloader.
  • boolean autoload($class)
    Handles autoloading of classes.

Method Details

  • __construct ()

  • getInstance ()

    Retrieves the singleton instance of this class.

    returns A sfCoreAutoload implementation instance.

  • make ()

    Rebuilds the association array between class names and paths.

    This method overrides this file (__FILE__)

  • unregister ()

    Unregister sfCoreAutoload from spl autoloader.

  • register ()

    Register sfCoreAutoload in spl autoloader.

  • (boolean) autoload ($class)

    $class A class name.

    Handles autoloading of classes.

    returns Returns true if the class has been loaded