1 | <?php namespace Arcanesoft\Media\Helpers; |
||
11 | class ExcludePattern |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Main Methods |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | /** |
||
18 | * @param array $patterns |
||
19 | * |
||
20 | * @return array |
||
21 | */ |
||
22 | public static function directories(array $patterns) |
||
36 | } |
||
37 |