| 1 | <?php |
||
| 12 | class ResultBoolean extends CustomType |
||
| 13 | { |
||
| 14 | public $data = false; |
||
| 15 | |||
| 16 | 2 | public function __construct(bool $result, LoggerInterface $logger = null) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * I don't really use this function, but I can imagine it can come in handy when PHP handles the casting internally |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function __toString() |
||
| 34 | } |
||
| 35 |