Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType::getConfig PHP 메소드

getConfig() 공개 메소드

public getConfig ( )
    public function getConfig()
    {
        if (!$this->isBuilt) {
            $this->isBuilt = true;
            $this->build($this->config);
        }
        return $this->config;
    }