N98\Magento\Command\Database\AbstractShowCommand::getVariableDescription PHP 메소드

getVariableDescription() 보호된 메소드

Extend or modify this method to add descriptions to other variables
protected getVariableDescription ( array $row ) : array
$row array
리턴 array
    protected function getVariableDescription(array $row)
    {
        $row[] = '';
        return $row;
    }