GraphAware\Neo4j\Client\Formatter\Type\MapAccess::hasValue PHP Method

hasValue() public method

public hasValue ( $key )
    public function hasValue($key)
    {
        return array_key_exists($key, $this->properties);
    }