SproutCMS

This is the code documentation for the SproutCMS project

function getOperators()

Return the list of operators for the condition value
Common values would be 'equals', 'not equals', 'less than', 'contains', etc

Usage

array $DisplayConditionString->getOperators ( );

Return value

  • array
    Key is internal value (e.g. '=') and value is the label (e.g. 'Equals')