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