Bristol SU Support Package
src
Logic
Contracts
Specification.php
Go to the documentation of this file.
1
<?php
2
3
4
namespace
BristolSU\Support\Logic\Contracts
;
5
6
10
interface
Specification
11
{
12
18
public
function
isSatisfied
() : bool;
19
20
}
BristolSU\Support\Logic\Contracts\Specification\isSatisfied
isSatisfied()
BristolSU\Support\Logic\Contracts
BristolSU\Support\Logic\Contracts\Specification
Definition:
Specification.php:10
Generated by
1.8.13