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, MediaPaths $MediaPaths, Images $Image, $Config = null, $Request = null, $URL = null)
Constructs a new repository
array
compileIndexData($input = null)
Not really sure, gonna revisit this later.
Details
at line 40
__construct(Filesystem $Filesystem, MediaPaths $MediaPaths, Images $Image, $Config = null, $Request = null, $URL = null)
Constructs a new repository
at line 59
array
compileIndexData($input = null)
Not really sure, gonna revisit this later.
..