Files
huangjingfen/pro_v3.5.1/vendor/topthink/think-helper/src/contract/Arrayable.php

9 lines
96 B
PHP
Raw Normal View History

2026-03-07 22:29:07 +08:00
<?php
namespace think\contract;
interface Arrayable
{
public function toArray(): array;
}