Ejemplo n.º 1
0
 public function afterCreateFile($uri, \Sabre\DAV\ICollection $parent)
 {
     $node = $parent->getChild(Backend\PDO::getEventUri($uri));
     $this->updateReminder($uri, $node->get(), $this->getUser());
 }