GraphAware\Neo4j\Client\Formatter\Type\Relationship::hasType PHP Method

hasType() public method

public hasType ( $type )
    public function hasType($type)
    {
        return $type === $this->type;
    }