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

__construct() 공개 메소드

ObjectType constructor.
public __construct ( $config = [] )
$config
    public function __construct($config = [])
    {
        if (empty($config)) {
            $config['name'] = $this->getName();
        }
        $this->config = new InterfaceTypeConfig($config, $this);
    }