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