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