| 1 | <?php |
||
| 22 | class RouteQuery extends BaseRouteQuery |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $old |
||
| 27 | * @param string $new |
||
| 28 | * @throws ConnectionException |
||
| 29 | */ |
||
| 30 | public function updateParentUrl($old, $new) { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param Route $route |
||
| 40 | * @throws PropelException |
||
| 41 | */ |
||
| 42 | public function deleteWithChildren(Route $route) { |
||
| 46 | |||
| 47 | } |