Arrayable.php
| 276 B | Satir:
0
| php
Geri
<?php namespace RectorPrefix202411\Illuminate\Contracts\Support; /** * @template TKey of array-key * @template TValue */ interface Arrayable { /** * Get the instance as an array. * * @return array<TKey, TValue> */ public function toArray(); }
Kaydet
Ctrl+S ile kaydet