GraphAware\Neo4j\Client\Formatter\Type\Node::hasLabel PHP Method

hasLabel() public method

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