Goetas\Twital\Attribute::visit PHP 메소드

visit() 공개 메소드

public visit ( DOMAttr $att, Compiler $context ) : integer | null
$att DOMAttr
$context Compiler
리턴 integer | null Bitmask of {Attribute::STOP_NODE} and {Attribute::STOP_ATTRIBUTE}
    public function visit(\DOMAttr $att, Compiler $context);
Attribute