GraphAware\Neo4j\Client\Formatter\Type\MapAccess::hasValue PHP 메소드

hasValue() 공개 메소드

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