_propDict)) { return $this->_propDict["notifyGuardiansAboutAssignments"]; } else { return null; } } /** * Sets the notifyGuardiansAboutAssignments * If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally. * * @param bool $val The value of the notifyGuardiansAboutAssignments * * @return TeamClassSettings */ public function setNotifyGuardiansAboutAssignments($val) { $this->_propDict["notifyGuardiansAboutAssignments"] = $val; return $this; } }