public function setContext(string $context) : void { $this->context = $context . ' is abstract' . ('' === $this->text ? '' : ': '); }