PHP Class N98\Magento\Command\Database\StatusCommand

Inheritance: extends AbstractShowCommand
Datei anzeigen Open project: netz98/n98-magerun Class Usage Examples

Protected Properties

Property Type Description
$_importantVars array Add more important status variables
$_specialFormat array
$showMethod

Protected Methods

Method Description
allowRounding ( string $name ) : boolean
configure ( )
generateRows ( array $outputVars, boolean $hasDescription ) : array
timeElapsedString ( $datetime, boolean $full = false ) : string borrowed from

Method Details

allowRounding() protected method

protected allowRounding ( string $name ) : boolean
$name string
return boolean

configure() protected method

protected configure ( )

generateRows() protected method

protected generateRows ( array $outputVars, boolean $hasDescription ) : array
$outputVars array
$hasDescription boolean
return array

timeElapsedString() protected method

echo time_elapsed_string('2013-05-01 00:22:35'); echo time_elapsed_string('@1367367755'); # timestamp input echo time_elapsed_string('2013-05-01 00:22:35', true);
protected timeElapsedString ( $datetime, boolean $full = false ) : string
$datetime
$full boolean
return string

Property Details

$_importantVars protected_oe property

Add more important status variables
protected array $_importantVars
return array

$_specialFormat protected_oe property

protected array $_specialFormat
return array

$showMethod protected_oe property

protected $showMethod