Exemplo n.º 1
0
 function cookie($key = null, $default = null)
 {
     return $this->context->cookie($key, $default);
 }