__construct() __construct(mixed $initialValue = null, boolean $strict = false) Creates a new enum. Parameters mixed $initialValue boolean $strict
getConstList() getConstList(boolean $includeDefault = true) : array Gets all constants (possible values) as an array. Parameters boolean $includeDefault Returns array