Phue\Command\SetGroupState::__construct PHP 메소드

__construct() 공개 메소드

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