コード例 #1
0
ファイル: Application.php プロジェクト: cujan/atlashornin
 /** @deprecated */
 function restoreRequest($key)
 {
     trigger_error(__METHOD__ . '() is deprecated; use $presenter->restoreRequest() instead.', E_USER_DEPRECATED);
     return $this->presenter->restoreRequest($key);
 }
コード例 #2
0
 /** @deprecated */
 function restoreRequest($key)
 {
     return $this->presenter->restoreRequest($key);
 }