◆ __construct()
Public constructor. Registers the autoloader with PHP.
◆ autoload_fof_controller()
autoload_fof_controller |
( |
|
$class_name | ) |
|
Autoload Controllers
- Paramètres
-
string | $class_name | The name of the class to load |
- Renvoie
- void
Références $component, $file, $parts, $path, $view, FOFInflector\camelize(), elseif, FOFPlatform\getInstance(), FOFDispatcher\isCliAdmin(), FOFInflector\isSingular(), null, FOFInflector\pluralize(), et FOFInflector\singularize().
◆ autoload_fof_field()
autoload_fof_field |
( |
|
$class_name | ) |
|
◆ autoload_fof_helper()
autoload_fof_helper |
( |
|
$class_name | ) |
|
Autoload Helpers
- Paramètres
-
string | $class_name | The name of the class to load |
- Renvoie
- void
Références $component, $file, $parts, $path, $view, FOFInflector\camelize(), FOFPlatform\getInstance(), FOFDispatcher\isCliAdmin(), FOFInflector\isSingular(), null, FOFInflector\pluralize(), et FOFInflector\singularize().
◆ autoload_fof_model()
autoload_fof_model |
( |
|
$class_name | ) |
|
Autoload Models
- Paramètres
-
string | $class_name | The name of the class to load |
- Renvoie
- void
Références $component, $file, $parts, $path, $view, FOFInflector\camelize(), elseif, FOFPlatform\getInstance(), FOFDispatcher\isCliAdmin(), FOFInflector\isSingular(), null, FOFInflector\pluralize(), et FOFInflector\singularize().
◆ autoload_fof_table()
autoload_fof_table |
( |
|
$class_name | ) |
|
Autoload Tables
- Paramètres
-
string | $class_name | The name of the class to load |
- Renvoie
- void
Références $component, $file, $parts, $path, $view, FOFInflector\camelize(), elseif, FOFPlatform\getInstance(), FOFDispatcher\isCliAdmin(), FOFInflector\isSingular(), null, FOFInflector\pluralize(), et FOFInflector\singularize().
◆ autoload_fof_toolbar()
autoload_fof_toolbar |
( |
|
$class_name | ) |
|
◆ autoload_fof_view()
autoload_fof_view |
( |
|
$class_name | ) |
|
Autoload Views
- Paramètres
-
string | $class_name | The name of the class to load |
- Renvoie
- void
Références $component, $file, $format, $input, $parts, $path, $view, FOFInflector\camelize(), elseif, FOFPlatform\getInstance(), FOFDispatcher\isCliAdmin(), FOFInflector\isSingular(), null, FOFInflector\pluralize(), et FOFInflector\singularize().
◆ class_alias()
class_alias |
( |
|
$original, |
|
|
|
$alias, |
|
|
|
$autoload = true |
|
) |
| |
|
private |
Creates class aliases. On systems where eval() is enabled it creates a real class. On other systems it merely creates an alias. The eval() method is preferred as class_aliases result in the name of the class being instantiated not being available, making it impossible to create a class instance without passing a $config array :(
- Paramètres
-
string | $original | The name of the original (existing) class |
string | $alias | The name of the new (aliased) class |
boolean | $autoload | Should I try to autoload the $original class? |
- Renvoie
- void
Références null.
◆ init()
◆ isFOFComponent()
isFOFComponent |
( |
|
$component | ) |
|
Returns true if this is a FOF-powered component, i.e. if it has a fof.xml file in its main directory.
- Paramètres
-
string | $component | The component's name |
- Renvoie
- boolean
Références $component, et FOFPlatform\getInstance().
◆ $autoloader
◆ $fofComponents
◆ $fofPath
La documentation de cette classe a été générée à partir du fichier suivant :