public function modify($taskId, array $task) { $this->_driver->modify($taskId, $task); }
/** * Saves this task in the storage backend. * * @throws Nag_Exception */ public function save() { $this->_storage->modify($this->id, $this->toHash(true)); }