Go\Core\CachedAspectLoader::__get PHP Method

__get() public method

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