Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PhpCookieReader.php
Go to the documentation of this file.
1 <?php
8 
13 {
21  public function getCookie($name, $default = null)
22  {
23  return (isset($_COOKIE[$name])) ? $_COOKIE[$name] : $default;
24  }
25 }
if(!isset($_GET['name'])) $name
Definition: log.php:14