Newscoop\Service\Implementation\Exception\XMLMissingAttribueException::getAttributeName PHP 메소드

getAttributeName() 공개 메소드

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