Upgrade to 3.1.0
This commit is contained in:
@@ -3,10 +3,17 @@
|
||||
namespace Kirby\Cms;
|
||||
|
||||
/**
|
||||
* An extended version of the Collection
|
||||
* class, that has custom find methods and
|
||||
* a Files::factory method to convert an array
|
||||
* into a Files collection.
|
||||
* The `$files` object extends the general
|
||||
* `Collection` class and refers to a
|
||||
* collection of files, i.e. images, documents
|
||||
* etc. Files can be filtered, searched,
|
||||
* converted, modified or evaluated with the
|
||||
* following methods:
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link http://getkirby.com
|
||||
* @copyright Bastian Allgeier
|
||||
*/
|
||||
class Files extends Collection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user