Decompose Fenom and Provider functionality

This commit is contained in:
Adam Chetverkin 2013-11-25 02:04:46 +04:00
parent a1b4c774d9
commit e938c6b372
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class Provider implements ProviderInterface
/**
* @param string $template_dir directory of templates
* @param string $compile_dir directory of compiled templates
* @throws \LogicException if directory doesn't exists
*/
public function __construct($template_dir, $compile_dir = null)