YoastSEO_Vendor\GuzzleHttp\Cookie
SetCookie::getMaxAge() public Yoast 1.0
Maximum lifetime of the cookie in seconds
{} Это метод класса: SetCookie{}
Хуков нет.
Возвращает
Число/null.
Использование
$SetCookie = new SetCookie(); $SetCookie->getMaxAge();
Код SetCookie::getMaxAge() SetCookie::getMaxAge Yoast 15.6.2
public function getMaxAge()
{
return $this->data['Max-Age'];
}