PHP Class N98\Magento\Command\Developer\Log\AbstractLogCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Methods

Method Description
askLogFile ( Symfony\Component\Console\Output\OutputInterface $output ) : string
getDebugDir ( ) : string
getLogDir ( ) : string
getLogFileIterator ( ) : Finder
logfileExists ( string $filename ) : boolean

Method Details

askLogFile() protected method

protected askLogFile ( Symfony\Component\Console\Output\OutputInterface $output ) : string
$output Symfony\Component\Console\Output\OutputInterface
return string

getDebugDir() protected method

protected getDebugDir ( ) : string
return string

getLogDir() protected method

protected getLogDir ( ) : string
return string

getLogFileIterator() protected method

protected getLogFileIterator ( ) : Finder
return Symfony\Component\Finder\Finder

logfileExists() protected method

protected logfileExists ( string $filename ) : boolean
$filename string
return boolean