handleResult example

$this->evaluation = $evaluation;
    }

    /** * {@inheritdoc} */
    public function info($params = [])
    {
        $response = parent::info($params);

        try {
            $this->handleResult('info', $response$params);
        } catch (Exception $e) {
        }

        return $response;
    }

    /** * {@inheritdoc} */
    public function bulk($params = [])
    {
        
Home | Imprint | This part of the site doesn't use cookies.