N98\Magento\Command\Developer\Module\Rewrite\AbstractRewriteCommand::loadAutoloaderRewrites PHP 메소드

loadAutoloaderRewrites() 보호된 메소드

Check codepools for core overwrites.
protected loadAutoloaderRewrites ( ) : array
리턴 array
    protected function loadAutoloaderRewrites()
    {
        $return = $this->loadAutoloaderRewritesByCodepool('community');
        $return = array_merge($return, $this->loadAutoloaderRewritesByCodepool('local'));
        return $return;
    }