GraphAware\Reco4PHP\Util\NodeProxy::hasLabel PHP 메소드

hasLabel() 공개 메소드

public hasLabel ( $label )
    public function hasLabel($label)
    {
        return in_array($label, $this->labels);
    }