| 1 | <?php namespace Arcanesoft\Media\Entities; |
||
| 12 | class FileCollection extends Collection |
||
| 13 | { |
||
| 14 | /* ----------------------------------------------------------------- |
||
| 15 | | Main Methods |
||
| 16 | | ----------------------------------------------------------------- |
||
| 17 | */ |
||
| 18 | /** |
||
| 19 | * ExcludePattern files with the given patterns. |
||
| 20 | * |
||
| 21 | * @param array $patterns |
||
| 22 | * |
||
| 23 | * @return self |
||
| 24 | */ |
||
| 25 | public function exclude(array $patterns) |
||
| 35 | } |
||
| 36 |