N98\Magento\Application\Console\EventSubscriber\CheckRootUser::_isSkipRootCheck PHP 메소드

_isSkipRootCheck() 보호된 메소드

protected _isSkipRootCheck ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
$input Symfony\Component\Console\Input\InputInterface
리턴 boolean
    protected function _isSkipRootCheck(InputInterface $input)
    {
        return $input->hasParameterOption('--skip-root-check');
    }