Go\Core\CachedAspectLoader::__get PHP 메소드

__get() 공개 메소드

public __get ( $name )
    public function __get($name)
    {
        if ($name === 'loader') {
            $this->loader = $this->container->get($this->loaderId);
            return $this->loader;
        }
        throw new \RuntimeException("Not implemented");
    }