Platformsh\Cli\Util\Table::getFormat PHP 메소드

getFormat() 보호된 메소드

Get the user-specified format.
protected getFormat ( ) : string | null
리턴 string | null
    protected function getFormat()
    {
        if ($this->input->hasOption('format') && $this->input->getOption('format')) {
            return strtolower($this->input->getOption('format'));
        }
        return null;
    }