commit version 22.12.12447
This commit is contained in:
13
libs/flight2/util/LegacyJsonSerializable.php
Normal file
13
libs/flight2/util/LegacyJsonSerializable.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* Flight: An extensible micro-framework.
|
||||
*
|
||||
* @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
|
||||
* @license MIT, http://flightphp.com/license
|
||||
*/
|
||||
interface LegacyJsonSerializable
|
||||
{
|
||||
public function jsonSerialize();
|
||||
}
|
Reference in New Issue
Block a user