Docker\API\Model\HostConfig::setGroupAdd PHP Méthode

setGroupAdd() public méthode

public setGroupAdd ( string[] | null $groupAdd = null ) : self
$groupAdd string[] | null
Résultat self
    public function setGroupAdd($groupAdd = null)
    {
        $this->groupAdd = $groupAdd;
        return $this;
    }