Base class used for all classes which need to support logging and core functionality.

This class also contains the (leading) current version number.

category phpDocumentor
package Core
author Mike van Riel
license MIT
link http://phpdoc.org

 Methods

Returns the configuration for phpDocumentor.

config() : \phpDocumentor_Core_Config

Returns the configuration for phpDocumentor.

getConfig() : \phpDocumentor_Core_Config

Returns the version header.

renderVersion() : string

Returns

string

Reset the configuration.

resetConfig() : void

Set a custom phpDocumentor configuration

setConfig(phpDocumentor_Core_Config $config) : void

Parameters

$config

\phpDocumentor_Core_Config

Configuration file to use in the project.

 Properties

 

The config containing overrides for the defaults.

$config : \phpDocumentor_Core_Config

see \phpDocumentor_Core_Abstract::getConfig()

 Constants

 

<p>The actual version number of phpDocumentor.</p>

VERSION : string