x\panel\type\blob()
Standard control panel definition.
Table of Contents
Description
x\panel\type\blob(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 'blob':
$_ = x\panel\type\blob();
test($_['type']); // Returns `'blob'`
x\panel\type\blob\x()
Standard control panel definition.
x\panel\type\blob\y()
Standard control panel definition.