public function setCabin(string $supplier, string $name) : self { $this->cabin = [$supplier, $name]; return $this; }