Bristol SU Support Package
Specification.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
10 interface Specification
11 {
12 
18  public function isSatisfied() : bool;
19 
20 }