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