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