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

__construct() public method

EventDetail constructor.
public __construct ( string $name, string $group = 'journal', array $templateParams = [] )
$name string
$group string
$templateParams array
    public function __construct($name, $group = 'journal', $templateParams = [])
    {
        $this->name = $name;
        $this->group = $group;
        $this->templateParams = $templateParams;
    }