Traq\Models\Plugin::isEnabled PHP Method

isEnabled() public method

public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return $this->is_enabled == '1' ? true : false;
    }