Application

in package

Application class for phpDocumentor.

Can be used as bootstrap when the run method is not invoked.

Methods

publicstaticVERSION() : string

Returns

string

publicstatictemplateDirectory() : string

Returns

string

Initializes all components used by phpDocumentor.

public__construct() : mixed

Returns

mixed

Adjust php.ini settings.

privatedefineIniSettings() : void

Throws

\RuntimeException

If the timezone is not set anywhere, set it to UTC.

privatesetTimezone() : void

This is done to prevent any warnings being outputted in relation to using date/time functions.

link
http://php.net/manual/en/function.date-default-timezone-get.php

for more information how PHP determines the default timezone.