N98\Magento\Application::checkConfigCommandAlias PHP Метод

checkConfigCommandAlias() защищенный Метод

protected checkConfigCommandAlias ( Symfony\Component\Console\Input\InputInterface $input ) : Symfony\Component\Console\Input\ArgvInput | Symfony\Component\Console\Input\InputInterface
$input Symfony\Component\Console\Input\InputInterface
Результат Symfony\Component\Console\Input\ArgvInput | Symfony\Component\Console\Input\InputInterface
    protected function checkConfigCommandAlias(InputInterface $input)
    {
        trigger_error(__METHOD__ . ' moved, use getConfig()->checkConfigCommandAlias()', E_USER_DEPRECATED);
        return $this->config->checkConfigCommandAlias($input);
    }