GitList
About
Refresh
Report bug
Help
browsing:
c60962c635a3011489ba7a04b6773b17a2223e23
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); }