Application
in package
Application class for phpDocumentor.
Can be used as bootstrap when the run method is not invoked.
Tags
Table of Contents
- __construct() : mixed
- Initializes all components used by phpDocumentor.
- templateDirectory() : string
- VERSION() : string
- defineIniSettings() : void
- Adjust php.ini settings.
- setTimezone() : void
- If the timezone is not set anywhere, set it to UTC.
Methods
__construct()
Initializes all components used by phpDocumentor.
public
__construct() : mixed
Return values
mixed —templateDirectory()
public
static templateDirectory() : string
Return values
string —VERSION()
public
static VERSION() : string
Return values
string —defineIniSettings()
Adjust php.ini settings.
private
defineIniSettings() : void
Tags
Return values
void —setTimezone()
If the timezone is not set anywhere, set it to UTC.
private
setTimezone() : void
This is done to prevent any warnings being outputted in relation to using date/time functions.