table; } public function markAsExcluded() { $this->isExcluded = true; } public function isTableExcluded(): bool { return $this->isExcluded; } public function isPropagationStopped(): bool { return $this->isTableExcluded(); } }