Art4\JsonApiClient\Utils\AccessTrait::has PHP Méthode

has() public méthode

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