Свойство | Тип | Описание | |
---|---|---|---|
$strTable | string | Table name |
Метод | Описание | |
---|---|---|
findAllActive ( array $arrOptions = [] ) : |
Find all active groups | |
findFirstActiveWithJumpToByIds ( string $arrIds ) : |
Find the first active group with a published jumpTo page | |
findPublishedById ( integer $intId, array $arrOptions = [] ) : |
Find a published group by its ID |
public static findAllActive ( array $arrOptions = [] ) : |
||
$arrOptions | array | An optional options array |
Результат | A collection of models or null if there are no member groups |
public static findFirstActiveWithJumpToByIds ( string $arrIds ) : |
||
$arrIds | string | An array of member group IDs |
Результат | The model or null if there is no matching member group |
protected static string $strTable | ||
Результат | string |