Newscoop\Service\Implementation\Exception\XMLMissingAttribueException::getAttributeName PHP Method

getAttributeName() public method

Provides the attribute name that is corrupted.
public getAttributeName ( ) : string
return string The attribute name, not null.
    function getAttributeName()
    {
        return $this->attributeName;
    }
XMLMissingAttribueException