nur-sery/wip/schema/_list/ListResult.php

9 lines
193 B
PHP
Raw Normal View History

2023-11-28 00:20:42 +04:00
<?php
2024-05-23 08:15:28 +04:00
namespace nur\sery\wip\schema\_list;
2023-11-28 00:20:42 +04:00
2024-05-23 08:15:28 +04:00
use nur\sery\wip\schema\Result;
2023-11-28 00:20:42 +04:00
class ListResult extends Result {
2023-11-28 08:20:33 +04:00
function isList(?ListResult &$list=null): bool { $list = $this; return true;}
2023-11-28 00:20:42 +04:00
}