Ejemplo n.º 1
0
 /** @deprecated */
 function restoreRequest($key)
 {
     trigger_error(__METHOD__ . '() is deprecated; use $presenter->restoreRequest() instead.', E_USER_DEPRECATED);
     return $this->presenter->restoreRequest($key);
 }
Ejemplo n.º 2
0
 /** @deprecated */
 function restoreRequest($key)
 {
     return $this->presenter->restoreRequest($key);
 }