OEModule\OphCoCvi\controllers\DefaultController::canIssue PHP Method

canIssue() public method

Determine if the current event can be issued
public canIssue ( ) : boolean
return boolean
    public function canIssue()
    {
        if ($this->checkEditAccess()) {
            return $this->getManager()->canIssueCvi($this->event);
        } else {
            return false;
        }
    }