Amp\Artax\Cookie\ArrayCookieJar::getAll PHP Méthode

getAll() public méthode

Retrieve all stored cookies
public getAll ( ) : array
Résultat array Returns array in the format $arr[$domain][$path][$cookieName]
    public function getAll()
    {
        return $this->cookies;
    }