GraphAware\Neo4j\Client\Formatter\Type\Relationship::hasType PHP Метод

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

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