Example #1
0
 /**
  * Get context for this task
  * @return string
  */
 protected function getContext()
 {
     return $this->repository->getContext() . '/tasks/' . $this->id;
 }