mirror of https://github.com/flightphp/core
Closed mikecao/flight#394.pull/395/head
parent
c57ee8cb8d
commit
ceb1b5bb89
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Flight: An extensible micro-framework.
|
||||||
|
*
|
||||||
|
* @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
|
||||||
|
* @license MIT, http://flightphp.com/license
|
||||||
|
*/
|
||||||
|
|
||||||
|
interface JsonSerializable {
|
||||||
|
public function jsonSerialize();
|
||||||
|
}
|
Loading…
Reference in new issue