Пример #1
0
 /**
  * Concatenate the strings built in this class after the
  * main background definition in the parent.
  * @see Background::__toString() Background::__toString()
  * @return string the complete background string
  */
 public function __toString()
 {
     return parent::__toString() . $this->disableViewAllGroupsForTeachers() . $this->enableQuickmail();
 }