skeeks\cms\base\CheckComponent::isSuccess PHP Method

isSuccess() public method

public isSuccess ( ) : boolean
return boolean
    public function isSuccess()
    {
        return $this->result == self::RESULT_SUCCESS;
    }