Goetas\Twital\Attribute\AttrAttribute::getVarname PHP Метод

getVarname() публичный статический Метод

public static getVarname ( DOMElement $node )
$node DOMElement
    public static function getVarname(\DOMElement $node)
    {
        return "__a" . sha1($node->getAttributeNS(Twital::NS, '__internal-id__') . spl_object_hash($node));
    }