Ejemplo n.º 1
0
 /**
  * Gets called when this entry changes.
  */
 public function changed()
 {
     Sync::course(Course::fromId($this->getCourseId()));
 }
Ejemplo n.º 2
0
 /**
  * Gets called when this course changes.
  */
 private function changed()
 {
     Sync::course($this);
 }