Amp\Artax\Cookie\ArrayCookieJar::getAll PHP 메소드

getAll() 공개 메소드

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