PHP 클래스 N98\Magento\Command\Database\AbstractShowCommand

상속: extends AbstractDatabaseCommand
파일 보기 프로젝트 열기: netz98/n98-magerun 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_allVariables array Contains all variables
$_importantVars array
$_input Symfony\Component\Console\Input\InputInterface
$_output Symfony\Component\Console\Output\OutputInterface
$_specialFormat array Key = variable name => value method name in this class
$showMethod

보호된 메소드들

메소드 설명
allowRounding ( string $name ) : boolean
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
formatDesc ( string $desc ) : string Formats the description
formatVariables ( array $vars ) : array
generateRows ( array $outputVars, boolean $hasDescription ) : array
getMaxValueWidth ( array $vars ) : integer
getVariableDescription ( array $row ) : array Extend or modify this method to add descriptions to other variables
initVariables ( string | null $variable = null )
renderTable ( array $header, array $rows )

메소드 상세

allowRounding() 추상적인 보호된 메소드

abstract protected allowRounding ( string $name ) : boolean
$name string
리턴 boolean

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 void

formatDesc() 보호된 메소드

Formats the description
protected formatDesc ( string $desc ) : string
$desc string
리턴 string

formatVariables() 보호된 메소드

protected formatVariables ( array $vars ) : array
$vars array
리턴 array

generateRows() 보호된 메소드

protected generateRows ( array $outputVars, boolean $hasDescription ) : array
$outputVars array
$hasDescription boolean
리턴 array

getMaxValueWidth() 보호된 메소드

protected getMaxValueWidth ( array $vars ) : integer
$vars array
리턴 integer

getVariableDescription() 보호된 메소드

Extend or modify this method to add descriptions to other variables
protected getVariableDescription ( array $row ) : array
$row array
리턴 array

initVariables() 보호된 메소드

protected initVariables ( string | null $variable = null )
$variable string | null

renderTable() 보호된 메소드

protected renderTable ( array $header, array $rows )
$header array
$rows array

프로퍼티 상세

$_allVariables 보호되어 있는 프로퍼티

Contains all variables
protected array $_allVariables
리턴 array

$_importantVars 보호되어 있는 프로퍼티

protected array $_importantVars
리턴 array

$_input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $_input
리턴 Symfony\Component\Console\Input\InputInterface

$_output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $_output
리턴 Symfony\Component\Console\Output\OutputInterface

$_specialFormat 보호되어 있는 프로퍼티

Key = variable name => value method name in this class
protected array $_specialFormat
리턴 array

$showMethod 보호되어 있는 프로퍼티

protected $showMethod