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