| 1 | <?php |
||
| 34 | class EeClearUrlRewriteObserver extends ClearUrlRewriteObserver |
||
| 35 | { |
||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * Return's the entity ID for the passed path. |
||
| 40 | * |
||
| 41 | * @param string $path The path to return the entity ID for |
||
| 42 | * |
||
| 43 | * @return integer The mapped entity ID |
||
| 44 | * @throws \Exception Is thrown, if the path can not be mapped |
||
| 45 | */ |
||
| 46 | protected function mapPath($path) |
||
| 50 | } |
||
| 51 |