x\panel\type\files()
Standard control panel definition.
Table of Contents
Description
x\panel\type\files(array $_ = []): array;Returns the standard control panel definition with no file system interaction.
Example
The returned data in the example below must be having a type property with a value of 'files':
$_ = x\panel\type\files();
test($_['type']); // Returns `'files'`
x\panel\type\files\cache()
Standard control panel definition.
x\panel\type\files\trash()
Standard control panel definition.
x\panel\type\files\x()
Standard control panel definition.
x\panel\type\files\y()
Standard control panel definition.