lithium\template\view\adapter\File::__construct()
Overrides
lithium\core\Object::__construct()
Constructor.
Parameters
-
array
$config
Configuration options.
Returns
voidSource
public function __construct(array $config = []) {
$defaults = [
'classes' => [],
'compile' => true,
'compiler' => [],
'extract' => true,
'paths' => []
];
parent::__construct($config + $defaults);
}