check_source !== null): ?> translate('Check Source') ?> is_reachable !== null) { if ((bool) $object->is_reachable) { echo $this->icon('circle', $this->translate('Is reachable'), array('class' => 'fg-color-ok')); } else { echo $this->icon('circle', $this->translate('Not reachable'), array('class' => 'fg-color-critical')); } } ?> escape($object->check_source) ?> is_reachable !== null): ?> is_reachable ? $this->translate('is reachable') : $this->translate('is not reachable') ?>