exception } public function getSelector1Name(): string { return $this->selector1Name; } public function getProperty1Name(): string { return $this->property1Name; } public function getSelector2Name(): string { return $this->selector2Name; } public function getProperty2Name(): string { return $this->property2Name; } public function getChildSelectorName(): string { return ''; } public function getParentSelectorName(): string { return ''; } }