Bristol SU Support Package
CompletionConditionFactory.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
10 {
11 
19  public function createCompletionConditionFromClassName($className, $moduleAlias): CompletionCondition;
20 
21 
22 }