owner_class = $owner_class; } public function getName(): string { return (string) $this->name; } public function getOperator(): string { return '->'; } /** @psalm-param ?class-string $scope */ public function isAccessible(?string $scope): bool { return __PHP_Incomplete_Class::class !== $this->owner_class; } }