PHP Class Hypernode\Magento\Command\Hypernode\Log\ParseLogCommand

Inheritance: extends Hypernode\Magento\Command\AbstractHypernodeCommand
Show file Open project: Hypernode/hypernode-magerun

Protected Properties

Property Type Description
$_result

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
findLogPath ( boolean $log = false ) : boolean | string Finds the path to the system.log

Method Details

configure() protected method

protected configure ( )

execute() protected method

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

findLogPath() protected method

Finds the path to the system.log
protected findLogPath ( boolean $log = false ) : boolean | string
$log boolean
return boolean | string

Property Details

$_result protected property

protected $_result