private function hasTableTrait(Table $table) { return file_exists($this->getTraitsDir() . "/" . $table->name() . ".php"); }