FluidTYPO3\Flux\Provider\AbstractProvider::preProcessCommand PHP Метод

preProcessCommand() публичный Метод

Pre-process a command executed on a record form the table this ConfigurationProvider is attached to.
public preProcessCommand ( string $command, integer $id, array &$row, integer &$relativeTo, TYPO3\CMS\Core\DataHandling\DataHandler $reference ) : void
$command string
$id integer
$row array
$relativeTo integer
$reference TYPO3\CMS\Core\DataHandling\DataHandler
Результат void
    public function preProcessCommand($command, $id, array &$row, &$relativeTo, DataHandler $reference)
    {
        unset($command, $id, $row, $relativeTo, $reference);
    }