Devise
Class

Devise\Media\Files\Repository

class Repository

Class Repository builds a complex array of data around the file structure of the media manager? This let's us fetch a lot of things regarding the file system around the media manager

Methods

__construct(Filesystem $Filesystem, null $Config = null, null $Request = null, null $URL = null)

Constructs a new repository

array compileIndexData($input = null)

Not really sure, gonna revisit this later...

Details

at line 39
public __construct(Filesystem $Filesystem, null $Config = null, null $Request = null, null $URL = null)

Constructs a new repository

Parameters

Filesystem $Filesystem
null $Config
null $Request
null $URL

at line 56
public array compileIndexData($input = null)

Not really sure, gonna revisit this later...

Parameters

$input

Return Value

array