Свойство | Тип | Описание | |
---|---|---|---|
$count | integer |
Метод | Описание | |
---|---|---|
count ( ) : integer | Counts total of available questions | |
getCategories ( $path ) : array | Get list of all categories | |
init ( integer $number, array $categories, $path ) : Certificationy\Certification\Set | Returns a new set of randomized questions |
Метод | Описание | |
---|---|---|
prepareFromYaml ( array $categories = [], $path ) : array | Prepares data from Yaml files and returns an array of questions |
public static getCategories ( $path ) : array | ||
Результат | array |
protected static prepareFromYaml ( array $categories = [], $path ) : array | ||
$categories | array | : List of categories which should be included, empty array = all |
Результат | array |