$lot
This variable exists on every file attached by the
Shield::get()
method when the second argument is defined and is an array.
Example:
Shield::get('.\path\to\file.php', ['body' => 'Lorem ipsum dolor sit amet.']);
Note: Here, variable
$lot['body']
will be available in.\path\to\file.php
file.