Dir
class Dir implements Iterator, Countable (View source)
Methods
void
__construct(string $path)
Return items from a folder
static Dir
root()
Return items from root project folder (probably, will depend on the setting
of the INPHINIT_ROOT
constant)
static Dir
storage()
Return items from storage folder
static Dir
application()
Return items from application folder
Details
at line 29
void
__construct(string $path)
Return items from a folder
at line 50
static Dir
root()
Return items from root project folder (probably, will depend on the setting
of the INPHINIT_ROOT
constant)
at line 60
static Dir
storage()
Return items from storage folder
at line 70
static Dir
application()
Return items from application folder