ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Contracts/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Contracts/Support.stub |
<?php namespace Illuminate\Contracts\Support; interface Htmlable {} /** * @template TKey of array-key * @template TValue */ interface Arrayable { /** * Get the instance as an array. * * @return array<mixed> */ public function toArray(); } interface Jsonable {} interface CanBeEscapedWhenCastToString {}