SproutCMS

This is the code documentation for the SproutCMS project

function getOperatorsWithAccess()

Get a list of all operators with a specific access flag

Usage

array AdminPerms::getOperatorsWithAccess ( string $access_flag );

Arguments

  1. string $access_flag
    One of the fields in the operators_cat_list table, e.g. 'access_homepage'

Exceptions thrown

  • QueryException

Return value

  • array
    Matching rows from the operators table