Bristol SU Support Package
CompletionConditionRepository.php
Go to the documentation of this file.
1 <?php
2 
4 
9 {
10 
19  public function getByAlias($moduleAlias, $alias): CompletionCondition;
20 
27  public function getAllForModule($moduleAlias);
28 }