GraphAware\Neo4j\Client\Formatter\Type\Node::hasLabel PHP Метод

hasLabel() публичный Метод

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