Phue\Command\SetGroupState::__construct PHP Méthode

__construct() public méthode

Constructs a command
public __construct ( mixed $group )
$group mixed Group Id or Group object
    public function __construct($group)
    {
        $this->groupId = (string) $group;
    }