|
Previous Page |
Solar_Docs_Phpdoc |
Next Page |
__construct()
public
Solar_Docs_Phpdoc
__construct (
mixed $config default NULL
)
Constructor.
Inherited from Solar_Base.
Parameters
- (mixed)
$config: User-defined configuration values.
Returns
- (Solar_Docs_Phpdoc)
Description
Constructor.
If the $config param is an array, it is merged with the class config array and any values from the Solar.config.php file.
The Solar.config.php values are inherited along class parent lines; for example, all classes descending from Solar_Base use the Solar_Base config file values until overridden.
Local
- Overview
- Constants
- Properties
- Methods
- _1part()
- _2part()
- _3part()
- __construct()
- __destruct()
- _exception()
- _loadInfo()
- apiVersion()
- dump()
- locale()
- parse()
- parseAuthor()
- parseCategory()
- parseCopyright()
- parseDeprec()
- parseDeprecated()
- parseExample()
- parseException()
- parseIgnore()
- parseLicense()
- parseLink()
- parsePackage()
- parseParam()
- parseReturn()
- parseSee()
- parseSince()
- parseStaticvar()
- parseSubpackage()
- parseThrows()
- parseTodo()
- parseVar()
- parseVersion()