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