Element index for package CORE
[ a ]
[ c ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
top
top
top
top
g
- $get
- in file Lambda.class.php, variable Lambda::$get
- $global
- in file Lambda.class.php, variable Lambda::$global
- getAppDir
- in file Lambda.class.php, method Lambda::getAppDir()
アプリケーションディレクトリを返却する
- getEnv
- in file Lambda.class.php, method Lambda::getEnv()
コンフィグ情報を返却する
- getError
- in file Lambda.class.php, method Lambda::getError()
エラーを返却する
- getGlobal
- in file Lambda.class.php, method Lambda::getGlobal()
グローバル変数を返却する (PHPスーパーグローバルは除く)
- getLogic
- in file Lambda.class.php, method Lambda::getLogic()
ロジック名を返却する
- getMainModule
- in file Lambda.class.php, method Lambda::getMainModule()
メインモジュール名を返却する
- getMainModuleGroup
- in file Lambda.class.php, method Lambda::getMainModuleGroup()
メインモジュールのグループ名を返却する
- getMobileSubDir
- in file Lambda.class.php, method Lambda::getMobileSubDir()
モバイルサブディレクトリを返却する
- getModular
- in file Lambda.class.php, method Lambda::getModular()
モジュラーを返却する
- getModule
- in file Lambda.class.php, method Lambda::getModule()
モジュール名を返却する
- getPathInfo
- in file Lambda.class.php, method Lambda::getPathInfo()
スーパーグローバル: PATH_INFO を返却する
- getPrep
- in file Lambda.class.php, method Lambda::getPrep()
プレップ名を返却する
- getQueryString
- in file Lambda.class.php, method Lambda::getQueryString()
クエリーストリング を返却する
- getRequest
- in file Lambda.class.php, method Lambda::getRequest()
リクエスト($_GET, $_POST, $param)を返却する
- getRequestPath
- in file Lambda.class.php, method Lambda::getRequestPath()
リクエストパス を返却する
- getResponse
- in file Lambda.class.php, method Lambda::getResponse()
レスポンスを返却する
- getServerEnv
- in file Lambda.class.php, method Lambda::getServerEnv()
サーバー環境変数を返却する
- getSuffix
- in file Lambda.class.php, method Lambda::getSuffix()
サフィックスを返却する
- getURI
- in file Lambda.class.php, method Lambda::getURI()
URI(URL)を返却する
- getURL
- in file Lambda.class.php, method Lambda::getURL()
- getVersion
- in file Lambda.class.php, method Lambda::getVersion()
バージョン情報を返却する
- getView
- in file Lambda.class.php, method Lambda::getView()
ビュー名を返却する
top
h
- hasHttpCookie
- in file Lambda.class.php, method Lambda::hasHttpCookie()
クッキーの存在確認
- hasHttpGet
- in file Lambda.class.php, method Lambda::hasHttpGet()
ゲットリクエスト($_GET)の存在確認
- hasHttpPost
- in file Lambda.class.php, method Lambda::hasHttpPost()
ポストリクエスト($_POST)の存在確認
- hasValidatorError
- in file Lambda.class.php, method Lambda::hasValidatorError()
バリデーターエラーの存在確認
- httpCookie
- in file Lambda.class.php, method Lambda::httpCookie()
クッキーの取得/保存
- httpGet
- in file Lambda.class.php, method Lambda::httpGet()
ゲットリクエスト($_GET)を返却する
- httpHost
- in file Lambda.class.php, method Lambda::httpHost()
HTTP HOST を返却する
- httpPost
- in file Lambda.class.php, method Lambda::httpPost()
ポストリクエスト($_POST)を返却する
- httpQueryString
- in file Lambda.class.php, method Lambda::httpQueryString()
QUERY_STRING を返却する
- httpRequestDir
- in file Lambda.class.php, method Lambda::httpRequestDir()
リクエストされたディレクトリパスを返却する ※ 末尾の / (フラッシュ) は含めない
- httpRequestUri
- in file Lambda.class.php, method Lambda::httpRequestUri()
REQUEST_URI を返却する
top
i
- INSANITATION
- in file Lambda.class.php, class constant Lambda::INSANITATION
- inspectModule
- in file Lambda.class.php, method Lambda::inspectModule()
モジュール名の妥当性検証
- invoke
- in file Lambda.class.php, method Lambda::invoke()
モジュラーを実行する
- invokeFunction
- in file Lambda.class.php, method Lambda::invokeFunction()
ファンクションを実行する
- invokeModule
- in file Lambda.class.php, method Lambda::invokeModule()
モジュールを実行する
- invokeValidator
- in file Lambda.class.php, method Lambda::invokeValidator()
バリデーターを実行する
- isDisplayErrors
- in file Lambda.class.php, method Lambda::isDisplayErrors()
エラー表示モードの判定
- isMainModule
- in file Lambda.class.php, method Lambda::isMainModule()
メインモジュールの判定
- isMainModuleGroup
- in file Lambda.class.php, method Lambda::isMainModuleGroup()
メインモジュールグループの判定
- isMobile
- in file Lambda.class.php, method Lambda::isMobile()
モバイルからのリクエストか否か
- isSSL
- in file Lambda.class.php, method Lambda::isSSL()
SSLか否か
top
top
top
top
o
- output
- in file Lambda.class.php, method Lambda::output()
出力する (正規表現にて、文字列置換を行う機能も併せ持つ)
top
top
top
s
- SANITATION
- in file Lambda.class.php, class constant Lambda::SANITATION
- sendHttpHeader
- in file Lambda.class.php, method Lambda::sendHttpHeader()
HTTP HEADER を送出する
- setAppDir
- in file Lambda.class.php, method Lambda::setAppDir()
アプリケーションディレクトリをセットする
- setEnv
- in file Lambda.class.php, method Lambda::setEnv()
lambda environment.
- setError
- in file Lambda.class.php, method Lambda::setError()
エラーをセットする
- setGlobal
- in file Lambda.class.php, method Lambda::setGlobal()
グローバル変数をセットする (PHPスーパーグローバルは除く)
- setLogic
- in file Lambda.class.php, method Lambda::setLogic()
ロジック名をセットする
- setMainModule
- in file Lambda.class.php, method Lambda::setMainModule()
メインモジュール名をセットする
- setMobileSubDir
- in file Lambda.class.php, method Lambda::setMobileSubDir()
モバイルサブディレクトリをセットする
- setModule
- in file Lambda.class.php, method Lambda::setModule()
モジュール名をセットする
- setParam
- in file Lambda.class.php, method Lambda::setParam()
パラメータ値をセットする
- setPathInfo
- in file Lambda.class.php, method Lambda::setPathInfo()
スーパーグローバル: PATH_INFO をセットする
- setPrep
- in file Lambda.class.php, method Lambda::setPrep()
プレップ名をセットする
- setRequest
- in file Lambda.class.php, method Lambda::setRequest()
リクエスト($_GET, $_POST)をセットする
- setResponse
- in file Lambda.class.php, method Lambda::setResponse()
レスポンスをセットする
- setView
- in file Lambda.class.php, method Lambda::setView()
ビュー名をセットする
- splitPathInfo
- in file Lambda.class.php, method Lambda::splitPathInfo()
PathInfo を path と querystring に分割する
- stripDummyExt
- in file Lambda.class.php, method Lambda::stripDummyExt()
ダミー拡張子を除去する
top
top
top
top
|
|