MAKS\AmqpAgent\Worker\WorkerCommandTrait::isCommand
Checks whether an array is a command following the recommended pattern.
Signature
public function isCommand(mixed
        $data )
            
        Parameters
- $data— mixed
- The data that should be checked.
Returns
- bool