コード例 #1
0
ファイル: PageContext.php プロジェクト: ilivanoff/www
 public function isAjax()
 {
     return $this->isAjax || ServerArrayAdapter::IS_AJAX();
 }