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