WsdlToPhp\PackageGenerator\DomHandler\Wsdl\Tag\AbstractTag::getAttributeRef PHP Méthode

getAttributeRef() public méthode

public getAttributeRef ( ) : string
Résultat string
    public function getAttributeRef()
    {
        return $this->getAttribute(Attribute::ATTRIBUTE_REF) instanceof Attribute ? $this->getAttribute(Attribute::ATTRIBUTE_REF)->getValue() : '';
    }