| @@ 160-166 (lines=7) @@ | ||
| 157 | return []; |
|
| 158 | } |
|
| 159 | ||
| 160 | protected function getAdapterType(AdapterInterface $adapter) |
|
| 161 | { |
|
| 162 | $class = get_class($adapter); |
|
| 163 | $namespaceArray = explode("\\", $class); |
|
| 164 | ||
| 165 | return array_pop($namespaceArray); |
|
| 166 | } |
|
| 167 | ||
| 168 | protected function formatPath() |
|
| 169 | { |
|
| @@ 198-204 (lines=7) @@ | ||
| 195 | * |
|
| 196 | * @return mixed |
|
| 197 | */ |
|
| 198 | protected function getAdapterType(AdapterInterface $adapter) |
|
| 199 | { |
|
| 200 | $class = get_class($adapter); |
|
| 201 | $namespaceArray = explode("\\", $class); |
|
| 202 | ||
| 203 | return array_pop($namespaceArray); |
|
| 204 | } |
|
| 205 | } |
|