table . ' ' . $this->type; } /** @param LockExpression[] $component the component to be built */ public static function buildAll(array $component): string { return implode(', ', $component); } public function __toString(): string { return $this->build(); } }