Example #1
0
 protected function _getOnStartSuccessMessage(Collection $collection)
 {
     return "started time entry collection. found " . $collection->count() . " entries";
 }
Example #2
0
 public function getTimeEntriesInstance()
 {
     $entries = new TimeEntryCollection();
     $entries->setService($this)->setHttpClient($this->_getHttpClient());
     return $entries;
 }