WsdlToPhp\PackageGenerator\Parser\SoapClient\Structs::isStructDefined PHP Method

isStructDefined() private method

private isStructDefined ( string $type ) : boolean
$type string
return boolean
    private function isStructDefined($type)
    {
        return in_array(self::typeSignature($type), $this->definedStructs);
    }