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