Class: Loader
Source Location: /pnobjlib/Loader.class.php
Class OverviewLoader |
Methods |
Inherited Variables
Inherited Methods
Class Details
[line 20]
Loader
[ Top ]
Class Methods
method includeOnce [line 289]
|
Internal include_once, considerably faster
Tags:
Parameters:
[ Top ]
method loadAllFiles [line 77]
|
Load all files from the specified location in the pn file tree
Tags:
Parameters:
[ Top ]
method loadArrayClassFromModule [line 251]
|
Load a PNObjectArray extended class from the given module. The given class name is prefixed with 'PN' and underscores are removed to produce a proper class name.
Tags:
Parameters:
[ Top ]
method loadClass [line 150]
|
Load a class file from the specified location in the file tree
Tags:
Parameters:
[ Top ]
method loadClassFromModule [line 182]
|
Load a PNObject extended class from the given module. The given class name is prefixed with 'PN' and underscores are removed to produce a proper class name.
Tags:
Parameters:
[ Top ]
method loadFile [line 32]
|
Load a file from the specified location in the pn file tree
Tags:
Parameters:
[ Top ]
method loadFiles [line 112]
|
Load multiple files from the specified location in the pn file tree Note that in it's default invokation, this method exits after the first successful file load.
Tags:
Parameters:
[ Top ]
method loadOneFile [line 93]
|
Return after the first successful file load. This corresponds to the default behaviour of loadFiles().
Tags:
Parameters:
[ Top ]
method requireOnce [line 314]
|
Internal require_once, considerably faster
Tags:
Parameters:
[ Top ]
method _is_included [line 265]
|
cache for results of includes done this was because min version is not PHP5
Parameters:
[ Top ]
