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

checkCreateAccess() public method

public checkCreateAccess ( ) : boolean
return boolean
    public function checkCreateAccess()
    {
        return $this->checkAccess('OprnCreateCvi', $this->getApp()->user->id, array('firm' => $this->firm, 'episode' => $this->episode));
    }