GitList
About
Refresh
Report bug
Help
browsing:
7bcc3bf378a93d9806916919e222ff88687651c3
Branches
master
Files
Commits
Stats
Network
Graph
l3.git
/
src
/
IViewEngine.php
Raw
Blame
Patch Log
History
<?php namespace elanpl\L3; interface IViewEngine{ public function render($viewFile, $viewParams); }