This commit is contained in:
as2252258@163.com
2021-08-28 02:14:11 +08:00
parent e1c27e492b
commit 5e32d9a020
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Kiri;
interface ToArray
{
public function toArray();
}