refactor render template process

This commit is contained in:
Manuel Raynaud
2013-11-06 13:48:32 +01:00
parent 2d291cf5a0
commit 6e5ae0f634
6 changed files with 34 additions and 44 deletions

View File

@@ -311,6 +311,11 @@ class BaseController extends ContainerAware
}
/**
*
* return an instance of SmartyParser
*
* Caution : maybe there is still not default template defined.
*
* @return ParserInterface instance parser
*/
protected function getParser()