Bravo3\Orm\Enum\OrmEnum::deserialise PHP Method

deserialise() public static method

Create a new instance of self from the given string representation
public static deserialise ( string $value )
$value string
    public static function deserialise($value)
    {
        return call_user_func(get_called_class() . '::' . $value);
    }