CORE
[ class tree: CORE ] [ index: CORE ] [ all elements ]

Element index for package CORE

[ a ] [ c ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file Lambda.class.php, method Lambda::__construct()
    constructor
top

a

$appdir
in file Lambda.class.php, variable Lambda::$appdir
top

c

$charset
in file Lambda.class.php, variable Lambda::$charset
top

e

$error
in file Lambda.class.php, variable Lambda::$error
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

l

$logic
in file Lambda.class.php, variable Lambda::$logic
Lambda
in file Lambda.class.php, class Lambda
    フレームワーク: Lambda
Lambda.class.php
procedural page Lambda.class.php
top

m

$mainmodule
in file Lambda.class.php, variable Lambda::$mainmodule
$mobile_subdir
in file Lambda.class.php, variable Lambda::$mobile_subdir
$modular
in file Lambda.class.php, variable Lambda::$modular
$module
in file Lambda.class.php, variable Lambda::$module
MAX_MODULE
in file Lambda.class.php, class constant Lambda::MAX_MODULE
top

n

normalizeModule
in file Lambda.class.php, method Lambda::normalizeModule()
    モジュール名の正規化
ntrim
in file Lambda.class.php, method Lambda::ntrim()
    recursive ntrim
top

o

output
in file Lambda.class.php, method Lambda::output()
    出力する (正規表現にて、文字列置換を行う機能も併せ持つ)
top

p

$param
in file Lambda.class.php, variable Lambda::$param
$pathinfo
in file Lambda.class.php, variable Lambda::$pathinfo
$post
in file Lambda.class.php, variable Lambda::$post
$prep
in file Lambda.class.php, variable Lambda::$prep
param
in file Lambda.class.php, method Lambda::param()
    パラメータ値を返却する
top

r

$response
in file Lambda.class.php, variable Lambda::$response
rawHttpGet
in file Lambda.class.php, method Lambda::rawHttpGet()
    未加工のゲットリクエスト($_GET)を返却する
rawHttpPost
in file Lambda.class.php, method Lambda::rawHttpPost()
    未加工のポストリクエスト($_POST)を返却する
redirect
in file Lambda.class.php, method Lambda::redirect()
    リダイレクトさせる
rh
in file Lambda.class.php, method Lambda::rh()
    recursive htmlspecialchars
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

t

terminate
in file Lambda.class.php, method Lambda::terminate()
    強制終了させる
top

u

URI_NORMAL
in file Lambda.class.php, class constant Lambda::URI_NORMAL
URI_REWRITE_DYNAMIC
in file Lambda.class.php, class constant Lambda::URI_REWRITE_DYNAMIC
URI_REWRITE_HYBRID
in file Lambda.class.php, class constant Lambda::URI_REWRITE_HYBRID
URI_REWRITE_STATIC
in file Lambda.class.php, class constant Lambda::URI_REWRITE_STATIC
top

v

$view
in file Lambda.class.php, variable Lambda::$view
VERSION
in file Lambda.class.php, class constant Lambda::VERSION
top

Documentation generated on Sat, 21 May 2011 18:34:03 +0900 by phpDocumentor 1.4.1