lithium\g11n\catalog\adapter\Gettext::__construct()
Overrides
lithium\core\Object::__construct()
Constructor.
Parameters
-
array
$config
Available configuration options are:
'path'
: The path to the directory holding the data.
Returns
voidSource
public function __construct(array $config = array()) {
$defaults = array('path' => null);
parent::__construct($config + $defaults);
}