PHP Interface Kraken\Util\Enum\EnumInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
getSupported ( ) : mixed[] Return all const defined inside class.
isSupported ( mixed $value ) : boolean Check if Enum class has defined const with given value.

Method Details

getSupported() public static method

Return all const defined inside class.
public static getSupported ( ) : mixed[]
return mixed[]

isSupported() public static method

Check if Enum class has defined const with given value.
public static isSupported ( mixed $value ) : boolean
$value mixed
return boolean