Phue\Command\SetGroupState::__construct PHP Method

__construct() public method

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