| 1 | <?php |
||
| 13 | class UriPath extends AbstractStrategy |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var array |
||
| 17 | */ |
||
| 18 | protected $regexpes = []; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | */ |
||
| 23 | public function shouldCache(MvcEvent $event) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | public function getRegexpes() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @param array $regexpes |
||
| 50 | */ |
||
| 51 | public function setRegexpes(array $regexpes) |
||
| 55 | } |
||
| 56 |