Ojs\CoreBundle\Events\EventDetail::setGroup PHP Method

setGroup() public method

public setGroup ( string $group )
$group string
    public function setGroup($group)
    {
        $this->group = $group;
        return $this;
    }