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