Art4\JsonApiClient\Utils\AccessTrait::has PHP Method

has() public method

Check if a value exists in this object
public has ( string $key ) : boolean
$key string The key of the value
return boolean true if data exists, false if not
    public function has($key)
    {
        return $this->container->has($key);
    }