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