x\panel\type\blank()
Standard control panel definition.
Table of Contents
Description
x\panel\type\blank(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 'blank':
$_ = x\panel\type\blank();
test($_['type']); // Returns `'blank'`
The easiest way to trigger the default view is to directly pass the output of this function to the $_ variable:
$GLOBALS['_']['lot'] = x\panel\type\blank()['lot'];
$GLOBALS['_']['type'] = 'blank';x\panel\type\blank()
Standard control panel definition.
x\panel\type\blob()
Standard control panel definition.
x\panel\type\data()
Standard control panel definition.
x\panel\type\file()
Standard control panel definition.
x\panel\type\files()
Standard control panel definition.
x\panel\type\folder()
Standard control panel definition.
x\panel\type\folders()
Standard control panel definition.
x\panel\type\page()
Standard control panel definition.
x\panel\type\pages()
Standard control panel definition.
x\panel\type\state()
Standard control panel definition.
x\panel\type\void()
Standard control panel definition.