예제 #1
0
 /**
  * Removes all existing dependency links
  *
  * @param integer $routeId
  */
 public function removeExistingRelations($routeId)
 {
     $this->routesSchemaTable->deleteAllFromRoute($routeId);
     $this->routesActionTable->deleteAllFromRoute($routeId);
 }