コード例 #1
0
ファイル: entry.php プロジェクト: brandonfrancis/scsapi
 /**
  * Gets called when this entry changes.
  */
 public function changed()
 {
     Sync::course(Course::fromId($this->getCourseId()));
 }
コード例 #2
0
ファイル: course.php プロジェクト: brandonfrancis/scsapi
 /**
  * Gets called when this course changes.
  */
 private function changed()
 {
     Sync::course($this);
 }