Phue\Rule::isEnabled PHP Method

isEnabled() public method

Is enabled?
public isEnabled ( ) : boolean
return boolean True of enabled, false if not
    public function isEnabled()
    {
        return $this->attributes->status == self::STATUS_ENABLED;
    }