1 | <?php |
||
5 | class Externallink extends AbstractMode |
||
6 | { |
||
7 | protected $schemes = array(); |
||
8 | protected $patterns = array(); |
||
9 | |||
10 | /** @inheritdoc */ |
||
11 | public function preConnect() |
||
29 | |||
30 | /** @inheritdoc */ |
||
31 | public function connectTo($mode) |
||
38 | |||
39 | /** @inheritdoc */ |
||
40 | public function getSort() |
||
44 | |||
45 | /** |
||
46 | * @return array |
||
47 | */ |
||
48 | public function getPatterns() |
||
52 | } |
||
53 |