Files
kiri-core/kiri-engine/ToArray.php
T
2023-04-16 01:24:30 +08:00

13 lines
117 B
PHP

<?php
declare(strict_types=1);
namespace Kiri;
interface ToArray
{
public function toArray();
}