PHP Class N98\Magento\Command\Config\SearchCommand

Inheritance: extends AbstractConfigCommand
Show file Open project: netz98/n98-magerun

Protected Methods

Method Description
_getNodeType ( object $node ) : string
_getPathFromMatch ( object $match ) : string
_getPhpMageStoreConfigPathFromMatch ( object $match ) : string
_searchConfiguration ( string $searchString, string $system ) : array
_searchConfigurationNodes ( string $searchString, array $nodes ) : array
_searchNode ( string $searchString, object $node ) : boolean | stdClass
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_getNodeType() protected method

protected _getNodeType ( object $node ) : string
$node object
return string

_getPathFromMatch() protected method

protected _getPathFromMatch ( object $match ) : string
$match object
return string

_getPhpMageStoreConfigPathFromMatch() protected method

protected _getPhpMageStoreConfigPathFromMatch ( object $match ) : string
$match object
return string

_searchConfiguration() protected method

protected _searchConfiguration ( string $searchString, string $system ) : array
$searchString string
$system string
return array

_searchConfigurationNodes() protected method

protected _searchConfigurationNodes ( string $searchString, array $nodes ) : array
$searchString string
$nodes array
return array

_searchNode() protected method

protected _searchNode ( string $searchString, object $node ) : boolean | stdClass
$searchString string
$node object
return boolean | stdClass

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | void