ports[] = $port; } /** * @return ContainerPort[] */ public function GetPorts() : array { return $this->ports; } }