Application
in package
FinalYes
Application class for phpDocumentor.
Can be used as bootstrap when the run method is not invoked.
Tags
Table of Contents
Constants
- VERSION = '@package_version@'
Methods
- __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.
Constants
VERSION
private
mixed
VERSION
= '@package_version@'
Methods
__construct()
Initializes all components used by phpDocumentor.
public
__construct() : mixed
templateDirectory()
public
static templateDirectory() : string
Return values
stringVERSION()
public
static VERSION() : string
Return values
stringdefineIniSettings()
Adjust php.ini settings.
private
defineIniSettings() : void
Tags
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.