SproutCMS

This is the code documentation for the SproutCMS project

class DisplayConditionEnum

Display condition for enumerations - where the set of parameter values is fixed and always equals or not equals

Source code (5 results)

/sprout/Helpers/DisplayConditions/DisplayConditionEnum.php   Highlighted file source

Line 20: abstract class DisplayConditionEnum extends DisplayCondition
Line 53: * Calls {@see DisplayConditionEnum::getCurrentValue} to get the current value

/sprout/Helpers/DisplayConditions/DisplayConditionInteger.php   Highlighted file source

Line 57: * Calls {@see DisplayConditionEnum::getCurrentValue} to get the current value

/sprout/Helpers/DisplayConditions/DisplayConditionString.php   Highlighted file source

Line 57: * Calls {@see DisplayConditionEnum::getCurrentValue} to get the current value

/sprout/Helpers/DisplayConditions/Platform/BrowserName.php   Highlighted file source

Line 16: use Sprout\Helpers\DisplayConditions\DisplayConditionEnum;
Line 23: class BrowserName extends DisplayConditionEnum

/sprout/Helpers/DisplayConditions/Platform/DeviceCategory.php   Highlighted file source

Line 16: use Sprout\Helpers\DisplayConditions\DisplayConditionEnum;
Line 23: class DeviceCategory extends DisplayConditionEnum

A total of 8 lines in 5 files were found