Art4\JsonApiClient\Utils\AccessTrait::has PHP 메소드

has() 공개 메소드

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