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);
    }