magic-core
[ class tree: magic-core ] [ index: magic-core ] [ all elements ]

Element index for package magic-core

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

_

_package-info.php
procedural page _package-info.php
__construct
in file Controller.php, method Controller::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
__construct
in file RouteConfigureImpl.php, method RouteConfigureImpl::__construct()
    コンストラクタ.
__construct
in file PathConfigureImpl.php, method PathConfigureImpl::__construct()
    コンストラクタ.
__construct
in file NameConfigureImpl.php, method NameConfigureImpl::__construct()
    コンストラクタ.
__construct
in file DataSourceConfigureImpl.php, method DataSourceConfigureImpl::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
$_response
in file ActionResult.php, variable ActionResult::$_response
    HttpResponseクラスを保持します.
$_session
in file ActionResult.php, variable ActionResult::$_session
    HttpSessionクラスを保持します.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
__construct
in file ActionError.php, method ActionError::__construct()
    コンストラクタ.
__construct
in file SessionRedirect.php, method SessionRedirect::__construct()
    コンストラクタ.
__construct
in file SessionForward.php, method SessionForward::__construct()
    コンストラクタ.
__construct
in file Redirect.php, method Redirect::__construct()
    コンストラクタ.
__construct
in file Forward.php, method Forward::__construct()
    コンストラクタ.
__construct
in file Direct.php, method Direct::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
__construct
in file View.php, method View::__construct()
    __construct.
__construct
in file Dto.php, method Dto::__construct()
    コンストラクタ.
__construct
in file Dao.php, method Dao::__construct()
    コンストラクタ.
__construct
in file Action.php, method Action::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
__construct
in file HttpSession.php, method HttpSession::__construct()
    コンストラクタ.
__construct
in file HttpResponse.php, method HttpResponse::__construct()
    コンストラクタ.
__construct
in file HttpRequest.php, method HttpRequest::__construct()
    コンストラクタ.
__construct
in file HttpFlash.php, method HttpFlash::__construct()
    コンストラクタ.
__construct
in file HttpFile.php, method HttpFile::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
__construct
in file SystemMessage_en.php, method SystemMessage_en::__construct()
    コンストラクタ.
__construct
in file SystemMessage.php, method SystemMessage::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
__construct
in file UpperSnakeCase.php, method UpperSnakeCase::__construct()
    コンストラクタ.
__construct
in file UpperCamelCase.php, method UpperCamelCase::__construct()
    コンストラクタ.
__construct
in file LowerSnakeCase.php, method LowerSnakeCase::__construct()
    コンストラクタ.
__construct
in file LowerCamelCase.php, method LowerCamelCase::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
__construct
in file ActionInvocation.php, method ActionInvocation::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
__construct
in file MagicException.php, method MagicException::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
_createBody
in file Encoder.php, method Encoder::_createBody()
    ボディを作成します.
__construct
in file Encoder.php, method Encoder::__construct()
    コンストラクタ.
__construct
in file SmtpMailer.php, method SmtpMailer::__construct()
    コンストラクタ.
__construct
in file Decoder.php, method Decoder::__construct()
    コンストラクタ.
__destruct
in file SmtpMailer.php, method SmtpMailer::__destruct()
    デストラクタ.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
__construct
in file QrCode.php, method QrCode::__construct()
    コンストラクタ.
_package-info.php
procedural page _package-info.php
_package-info.php
procedural page _package-info.php
top

a

ActionError
in file ActionError.php, class ActionError
    Actionクラスで発生したエラーを保持するクラスです.
ActionResult
in file ActionResult.php, class ActionResult
    Actionクラスの実行結果クラスです.
add
in file ActionError.php, method ActionError::add()
    エラーメッセージを追加します.
ActionError.php
procedural page ActionError.php
ActionResult.php
procedural page ActionResult.php
Action
in file Action.php, class Action
    Actionの基底クラスです.
Action.php
procedural page Action.php
apply
in file NamingType.php, method NamingType::apply()
    引数で与えられた文字列を実装クラスの変換方式に従って変換します.
apply
in file UpperSnakeCase.php, method UpperSnakeCase::apply()
    大文字のスネークケースに変換された文字列を取得します.
apply
in file UpperCamelCase.php, method UpperCamelCase::apply()
    先頭が大文字のキャメルケースに変換された文字列を取得します.
apply
in file LowerSnakeCase.php, method LowerSnakeCase::apply()
    小文字のスネークケースに変換された文字列を取得します.
apply
in file LowerCamelCase.php, method LowerCamelCase::apply()
    先頭が小文字のキャメルケースに変換された文字列を取得します.
ActionInvocation
in file ActionInvocation.php, class ActionInvocation
    Actionクラスを実行するクラスです.
ActionInvocation.php
procedural page ActionInvocation.php
ActionClassLoader
in file ActionClassLoader.php, class ActionClassLoader
    Actionクラスのローダーです.
ActionClassLoader.php
procedural page ActionClassLoader.php
addAttachment
in file Encoder.php, method Encoder::addAttachment()
    添付ファイルを設定します.
addInlineImage
in file Encoder.php, method Encoder::addInlineImage()
    HTMLファイルのインラインイメージを設定します.
top

b

Bootstrap.php
procedural page Bootstrap.php
top

c

configure
in file Controller.php, method Controller::configure()
    設定クラスをセットします.
Controller
in file Controller.php, class Controller
    コントローラークラスです.
Controller.php
procedural page Controller.php
clear
in file HttpSession.php, method HttpSession::clear()
    セッションを終了します.
clear
in file HttpResponse.php, method HttpResponse::clear()
    レスポンスで保持している情報をすべて削除します.
clear
in file HttpRequest.php, method HttpRequest::clear()
    リクエストで保持している情報をすべて削除します.
clear
in file HttpFlash.php, method HttpFlash::clear()
    このクラスで保持している情報をすべて削除します.
CRAM_MD5
in file SmtpMailer.php, class constant SmtpMailer::CRAM_MD5
    認証モード(CRAM_MD5).
CramMd5.php
procedural page CramMd5.php
CramMd5
in file CramMd5.php, class CramMd5
    CRAM-MD5認証で使用するクラスです.
createJpg
in file QrCode.php, method QrCode::createJpg()
    JPG形式のQRコードを作成します.
createPng
in file QrCode.php, method QrCode::createPng()
    PNG形式のQRコードを作成します.
convertEncoding
in file StringUtil.php, method StringUtil::convertEncoding()
    再帰的に文字エンコーディングを置換します.
top

d

$dataSource
in file Controller.php, variable Controller::$dataSource
    DataSourceConfigureクラスを保持します.
dispatch
in file Controller.php, method Controller::dispatch()
    index.phpからコールされるエントリポイントです.
DataSourceConfigure.php
procedural page DataSourceConfigure.php
DataSourceConfigure
in file DataSourceConfigure.php, class DataSourceConfigure
    データソースの設定用インターフェイスです.
DataSourceConfigureImpl.php
procedural page DataSourceConfigureImpl.php
DataSourceConfigureImpl
in file DataSourceConfigureImpl.php, class DataSourceConfigureImpl
    データソースのデフォルトの実装クラスです.
Direct.php
procedural page Direct.php
Direct
in file Direct.php, class Direct
    レンダリングを実行しない場合に使用するクラスです.
Dao.php
procedural page Dao.php
Dto.php
procedural page Dto.php
Dao
in file Dao.php, class Dao
    DAOの基底クラスです.
Dto
in file Dto.php, class Dto
    DTOの基底クラスです.
DaoClassLoader.php
procedural page DaoClassLoader.php
DtoClassLoader.php
procedural page DtoClassLoader.php
DaoClassLoader
in file DaoClassLoader.php, class DaoClassLoader
    DAOクラスのローダーです.
DtoClassLoader
in file DtoClassLoader.php, class DtoClassLoader
    DTOクラスのローダーです.
Decoder.php
procedural page Decoder.php
decode
in file Decoder.php, method Decoder::decode()
    デコードを実行します.
Decoder
in file Decoder.php, class Decoder
    受信メールをデコードします.
DIGEST_MD5
in file SmtpMailer.php, class constant SmtpMailer::DIGEST_MD5
    認証モード(DIGEST_MD5).
DigestMd5.php
procedural page DigestMd5.php
DigestMd5
in file DigestMd5.php, class DigestMd5
    DIGEST-MD5認証で使用するクラスです.
dynamicCreate
in file GenerateUtil.php, method GenerateUtil::dynamicCreate()
    テンプレートの対象文字列を置換します.
top

e

execute
in file ActionResult.php, method ActionResult::execute()
    Viewクラスを実行します.
execute
in file SessionRedirect.php, method SessionRedirect::execute()
    ViewクラスのView::redirect()を実行します.
execute
in file SessionForward.php, method SessionForward::execute()
    ViewクラスのView::forward()を実行します.
execute
in file Redirect.php, method Redirect::execute()
    ViewクラスのView::redirect()を実行します.
execute
in file Forward.php, method Forward::execute()
    ViewクラスのView::forward()を実行します.
execute
in file Direct.php, method Direct::execute()
    処理を終了します.
$error
in file Action.php, variable Action::$error
    ActionErrorクラスを保持します.
Encoder.php
procedural page Encoder.php
Encoder
in file Encoder.php, class Encoder
    日本語メールのエンコードを提供します.
EasySeparator.php
procedural page EasySeparator.php
EasySeparator
in file EasySeparator.php, class EasySeparator
    携帯電話用のキャリア簡易判定クラスです.
endWith
in file StringUtil.php, method StringUtil::endWith()
    $haystackの文字列シーケンスが、$needleで終わるかどうかを判定します.
top

f

Forward.php
procedural page Forward.php
Forward
in file Forward.php, class Forward
    フォワード処理を実行します.
$file
in file Action.php, variable Action::$file
    HttpFileクラスを保持します.
$flash
in file Action.php, variable Action::$flash
    HttpFlashクラスを保持します.
forward
in file View.php, method View::forward()
    フォワード処理を実行します.
top

g

getActionName
in file RouteConfigure.php, method RouteConfigure::getActionName()
    コールするActionクラスの名前を取得します.
getActionPath
in file PathConfigure.php, method PathConfigure::getActionPath()
    Actionクラスのフォルダパスを取得します.
getActionSuffix
in file PathConfigure.php, method PathConfigure::getActionSuffix()
    Actionクラスのsuffixを取得します.
getClassNamingType
in file NameConfigure.php, method NameConfigure::getClassNamingType()
    クラス名の命名規則を取得します.
getDaoPath
in file PathConfigure.php, method PathConfigure::getDaoPath()
    DAOクラスのフォルダパスを取得します.
getDaoSuffix
in file PathConfigure.php, method PathConfigure::getDaoSuffix()
    DAOクラスのsuffixを取得します.
getDefaultMessageFileName
in file PathConfigure.php, method PathConfigure::getDefaultMessageFileName()
    デフォルトのメッセージファイル名を取得します.
getDsn
in file DataSourceConfigure.php, method DataSourceConfigure::getDsn()
    DSNを取得します.
getDtoPath
in file PathConfigure.php, method PathConfigure::getDtoPath()
    DTOクラスのフォルダパスを取得します.
getDtoSuffix
in file PathConfigure.php, method PathConfigure::getDtoSuffix()
    DTOクラスのsuffixを取得します.
getHtmlFileNamingType
in file NameConfigure.php, method NameConfigure::getHtmlFileNamingType()
    HTMLファイルの命名規則を取得します.
getHtmlPath
in file PathConfigure.php, method PathConfigure::getHtmlPath()
    HTMLファイルのフォルダパスを取得します.
getHtmlSuffix
in file PathConfigure.php, method PathConfigure::getHtmlSuffix()
    HTMLファイルのsuffixを取得します.
getMessagePath
in file PathConfigure.php, method PathConfigure::getMessagePath()
    メッセージファイルのフォルダパスを取得します.
getMethodName
in file RouteConfigure.php, method RouteConfigure::getMethodName()
    エントリポイントとなるファンクション名を取得します.
getMethodNamingType
in file NameConfigure.php, method NameConfigure::getMethodNamingType()
    ファンクション名の命名規則を取得します.
getOptions
in file DataSourceConfigure.php, method DataSourceConfigure::getOptions()
    接続のオプションを取得します.
getPassword
in file DataSourceConfigure.php, method DataSourceConfigure::getPassword()
    接続パスワードを取得します.
getPhpFileNamingType
in file NameConfigure.php, method NameConfigure::getPhpFileNamingType()
    PHPファイルの命名規則を取得します.
getRequestNamingType
in file NameConfigure.php, method NameConfigure::getRequestNamingType()
    リクエストパラメータの命名規則を取得します.
getUserName
in file DataSourceConfigure.php, method DataSourceConfigure::getUserName()
    接続ユーザー名を取得します.
getViewPath
in file PathConfigure.php, method PathConfigure::getViewPath()
    Viewクラスのフォルダパスを取得します.
getViewSuffix
in file PathConfigure.php, method PathConfigure::getViewSuffix()
    Viewクラスのsuffixを取得します.
getActionName
in file RouteConfigureImpl.php, method RouteConfigureImpl::getActionName()
    Actionクラス名を取得する、デフォルトの設定です.
getActionPath
in file PathConfigureImpl.php, method PathConfigureImpl::getActionPath()
    '{ContextRoot}/app/action/' (Windowsの場合は'{ContextRoot}\app\action\')という文字列を返します.
getActionSuffix
in file PathConfigureImpl.php, method PathConfigureImpl::getActionSuffix()
    'Action'という文字列を返します.
getClassNamingType
in file NameConfigureImpl.php, method NameConfigureImpl::getClassNamingType()
    デフォルトでは、先頭が大文字のキャメルケースクラスを返します.
getDaoPath
in file PathConfigureImpl.php, method PathConfigureImpl::getDaoPath()
    '{ContextRoot}/app/dao/' (Windowsの場合は'{ContextRoot}\app\dao\')という文字列を返します.
getDaoSuffix
in file PathConfigureImpl.php, method PathConfigureImpl::getDaoSuffix()
    'Dao'という文字列を返します.
getDefaultMessageFileName
in file PathConfigureImpl.php, method PathConfigureImpl::getDefaultMessageFileName()
    'Message'という文字列を返します.
getDsn
in file DataSourceConfigureImpl.php, method DataSourceConfigureImpl::getDsn()
    デフォルトでは、MySQLのtestデータベースを返します.
getDtoPath
in file PathConfigureImpl.php, method PathConfigureImpl::getDtoPath()
    '{ContextRoot}/app/dto/' (Windowsの場合は'{ContextRoot}\app\dto\')という文字列を返します.
getDtoSuffix
in file PathConfigureImpl.php, method PathConfigureImpl::getDtoSuffix()
    'Dto'という文字列を返します.
getHtmlFileNamingType
in file NameConfigureImpl.php, method NameConfigureImpl::getHtmlFileNamingType()
    デフォルトでは、小文字のスネークケースクラスを返します.
getHtmlPath
in file PathConfigureImpl.php, method PathConfigureImpl::getHtmlPath()
    '{ContextRoot}/web/' (Windowsの場合は'{ContextRoot}\web\')という文字列を返します.
getHtmlSuffix
in file PathConfigureImpl.php, method PathConfigureImpl::getHtmlSuffix()
    'html'という文字列を返します.
getMessagePath
in file PathConfigureImpl.php, method PathConfigureImpl::getMessagePath()
    '{ContextRoot}/app/message/' (Windowsの場合は'{ContextRoot}\app\message\')という文字列を返します.
getMethodName
in file RouteConfigureImpl.php, method RouteConfigureImpl::getMethodName()
    ファンクション名を取得する、デフォルトの設定です.
getMethodNamingType
in file NameConfigureImpl.php, method NameConfigureImpl::getMethodNamingType()
    デフォルトでは、先頭が小文字のキャメルケースクラスを返します.
getOptions
in file DataSourceConfigureImpl.php, method DataSourceConfigureImpl::getOptions()
    デフォルトでは、空の配列を返します.
getPassword
in file DataSourceConfigureImpl.php, method DataSourceConfigureImpl::getPassword()
    デフォルトでは、空のパスワード文字列を返します.
getPhpFileNamingType
in file NameConfigureImpl.php, method NameConfigureImpl::getPhpFileNamingType()
    デフォルトでは、先頭が大文字のキャメルケースクラスを返します.
getRequestNamingType
in file NameConfigureImpl.php, method NameConfigureImpl::getRequestNamingType()
    デフォルトでは、小文字のスネークケースクラスを返します.
getUserName
in file DataSourceConfigureImpl.php, method DataSourceConfigureImpl::getUserName()
    デフォルトでは、rootユーザーを返します.
getViewPath
in file PathConfigureImpl.php, method PathConfigureImpl::getViewPath()
    '{ContextRoot}/app/view/' (Windowsの場合は'{ContextRoot}\app\view\')という文字列を返します.
getViewSuffix
in file PathConfigureImpl.php, method PathConfigureImpl::getViewSuffix()
    'View'という文字列を返します.
get
in file ActionError.php, method ActionError::get()
    エラーメッセージを取得します.
getResponse
in file ActionResult.php, method ActionResult::getResponse()
    HttpResponseクラスを取得します.
getSession
in file ActionResult.php, method ActionResult::getSession()
    HttpSessionクラスを取得します.
get
in file HttpRequest.php, method HttpRequest::get()
    リクエストから値を取得します.
get
in file HttpResponse.php, method HttpResponse::get()
    レスポンスから値を取得します.
get
in file HttpSession.php, method HttpSession::get()
    セッションから値を取得します.
get
in file HttpFile.php, method HttpFile::get()
    ファイルを取得します.
get
in file HttpFlash.php, method HttpFlash::get()
    保持されている値を取得します.
getAll
in file HttpResponse.php, method HttpResponse::getAll()
    すべてのレスポンスを取得します.
getAll
in file HttpRequest.php, method HttpRequest::getAll()
    すべてのリクエストを取得します.
getAll
in file HttpFlash.php, method HttpFlash::getAll()
    保持されている情報の配列を取得します.
getAll
in file HttpSession.php, method HttpSession::getAll()
    すべてのセッションを取得します.
getCookieValue
in file HttpSession.php, method HttpSession::getCookieValue()
    クッキーから値を取得します.
getFile
in file HttpFile.php, method HttpFile::getFile()
    すべてのファイルを取得します.
getId
in file HttpSession.php, method HttpSession::getId()
    カレントのセッションIDを取得します.
getName
in file HttpSession.php, method HttpSession::getName()
    カレントのセッション名を取得します.
getName
in file HttpFile.php, method HttpFile::getName()
    ファイルの名前を取得します.
getNameArray
in file HttpFile.php, method HttpFile::getNameArray()
    すべてのファイルのファイル名の配列を取得します.
getSize
in file HttpFile.php, method HttpFile::getSize()
    ファイルのファイルサイズを取得します.
getSizeArray
in file HttpFile.php, method HttpFile::getSizeArray()
    すべてのファイルのファイルサイズの配列を取得します.
getTmpName
in file HttpFile.php, method HttpFile::getTmpName()
    ファイルの一時保存先を取得します.
getTmpNameArray
in file HttpFile.php, method HttpFile::getTmpNameArray()
    すべてのファイルの一時保存先の配列を取得します.
getType
in file HttpFile.php, method HttpFile::getType()
    ファイルのファイルタイプを取得します.
getTypeArray
in file HttpFile.php, method HttpFile::getTypeArray()
    すべてのファイルのファイルタイプの配列を取得します.
getLocale
in file LocaleProvider.php, method LocaleProvider::getLocale()
    現在のロケールを取得します.
getMessage
in file MessageBehavior.php, method MessageBehavior::getMessage()
    コードからメッセージを取得します.
getGetterMethods
in file DtoClassLoader.php, method DtoClassLoader::getGetterMethods()
    DTOクラスのゲッターメソッドを取得します.
getGetterMethods
in file ActionClassLoader.php, method ActionClassLoader::getGetterMethods()
    Actionクラスに存在するゲッターメソッドを取得します.
getMethod
in file ActionClassLoader.php, method ActionClassLoader::getMethod()
    コールするファンクション名を取得します.
getProperties
in file ActionClassLoader.php, method ActionClassLoader::getProperties()
    Actionクラスに存在するプロパティを取得します.
getSetterMethods
in file DtoClassLoader.php, method DtoClassLoader::getSetterMethods()
    DTOクラスのセッターメソッドを取得します.
getAttachments
in file Decoder.php, method Decoder::getAttachments()
    添付ファイルを取得します.
getBody
in file Decoder.php, method Decoder::getBody()
    ボディを取得します.
getError
in file Encoder.php, method Encoder::getError()
    直近のエラーを取得します.
getError
in file Mailer.php, method Mailer::getError()
    直近のエラーを取得します.
getError
in file SmtpMailer.php, method SmtpMailer::getError()
    直近のエラーを取得します
getFrom
in file Decoder.php, method Decoder::getFrom()
    FROMアドレスを取得します.
getHeader
in file Decoder.php, method Decoder::getHeader()
    ヘッダを取得します.
getHtml
in file Decoder.php, method Decoder::getHtml()
    HTMLメールのHTMLを取得します.
getInlines
in file Decoder.php, method Decoder::getInlines()
    インラインイメージを取得します.
getSubject
in file Decoder.php, method Decoder::getSubject()
    メールのSubjectを取得します.
getResponse
in file DigestMd5.php, method DigestMd5::getResponse()
    レスポンスを取得します.
getResponse
in file CramMd5.php, method CramMd5::getResponse()
    レスポンスを取得します.
getMobileInfo
in file EasySeparator.php, method EasySeparator::getMobileInfo()
    携帯のキャリア判別を実行します.
GenerateUtil.php
procedural page GenerateUtil.php
GenerateUtil
in file GenerateUtil.php, class GenerateUtil
    簡易テンプレートエンジンです.
get
in file ServerUtil.php, method ServerUtil::get()
    $_SERVERから値を取得します.
getAll
in file ServerUtil.php, method ServerUtil::getAll()
    すべての$_SERVERを取得します.
getBaseUrl
in file ServerUtil.php, method ServerUtil::getBaseUrl()
    スキームとホスト名を連結した文字列を取得します.
getHttpHost
in file ServerUtil.php, method ServerUtil::getHttpHost()
    ホスト名を取得します.
getScheme
in file ServerUtil.php, method ServerUtil::getScheme()
    スキームを取得します.
top

h

HttpFile.php
procedural page HttpFile.php
HttpFlash.php
procedural page HttpFlash.php
HttpRequest.php
procedural page HttpRequest.php
HttpResponse.php
procedural page HttpResponse.php
HttpSession.php
procedural page HttpSession.php
HttpFile
in file HttpFile.php, class HttpFile
    マルチパートリクエストのファイルを管理するクラスです.
HttpFlash
in file HttpFlash.php, class HttpFlash
    一時的なセッションを管理するクラスです.
HttpRequest
in file HttpRequest.php, class HttpRequest
    リクエストを管理するクラスです.
HttpResponse
in file HttpResponse.php, class HttpResponse
    レスポンスを管理するクラスです.
HttpSession
in file HttpSession.php, class HttpSession
    永続的なセッションとクッキーを管理するクラスです.
top

i

initialize
in file Dao.php, method Dao::initialize()
    データベースに接続します.
inject
in file Action.php, method Action::inject()
    Actionクラスのプロパティにinjectします.
intialize
in file Action.php, method Action::intialize()
    初期処理.
intializeAction
in file Action.php, method Action::intializeAction()
    クラスの初期処理.
intializeMethod
in file Action.php, method Action::intializeMethod()
    最初にコールされるファンクション.
invoke
in file Action.php, method Action::invoke()
    アプリケーション側のエントリポイントをコールします.
isStarted
in file HttpSession.php, method HttpSession::isStarted()
    セッションが開始されているかどうかを取得します.
invoke
in file ActionInvocation.php, method ActionInvocation::invoke()
    Actionクラスをロードして実行します.
isAlphanumeric
in file Validator.php, method Validator::isAlphanumeric()
    文字列が半角英数字のみで構成されているかどうかをチェックします.
isHexColor
in file Validator.php, method Validator::isHexColor()
    16進の色指定文字列として有効かどうかをチェックします.
isMailAddress
in file Validator.php, method Validator::isMailAddress()
    メールアドレスかどうかをチェックします.
top

l

loadHtml
in file View.php, method View::loadHtml()
    HTMLファイルを読み込みます.
LocaleProvider.php
procedural page LocaleProvider.php
LocaleProvider
in file LocaleProvider.php, class LocaleProvider
    ローカライゼーションを提供するクラスです.
LowerCamelCase.php
procedural page LowerCamelCase.php
LowerSnakeCase.php
procedural page LowerSnakeCase.php
LowerCamelCase
in file LowerCamelCase.php, class LowerCamelCase
    先頭が小文字のキャメルケースクラスです.
LowerSnakeCase
in file LowerSnakeCase.php, class LowerSnakeCase
    小文字のスネークケースクラスです.
load
in file ViewClassLoader.php, method ViewClassLoader::load()
    Viewクラスをロードします.
load
in file DtoClassLoader.php, method DtoClassLoader::load()
    DTOクラスをロードします.
load
in file DaoClassLoader.php, method DaoClassLoader::load()
    DAOクラスをロードします.
load
in file ActionClassLoader.php, method ActionClassLoader::load()
    Actionクラスをロードします.
LOGIN
in file SmtpMailer.php, class constant SmtpMailer::LOGIN
    認証モード(LOGIN).
top

m

MessageBehavior.php
procedural page MessageBehavior.php
MessageBehavior
in file MessageBehavior.php, class MessageBehavior
    メッセージクラスをロードして、メッセージを取得します.
MagicException.php
procedural page MagicException.php
MagicException
in file MagicException.php, class MagicException
    フレームワークの実行時エラーです.
message
in file MagicException.php, method MagicException::message()
    エラー内容を表示します.
Mailer.php
procedural page Mailer.php
Mailer
in file Mailer.php, class Mailer
    メール送信クラスのインターフェイスです.
top

n

$name
in file Controller.php, variable Controller::$name
    NameConfigureクラスを保持します.
NameConfigure.php
procedural page NameConfigure.php
NameConfigure
in file NameConfigure.php, class NameConfigure
    各種の命名規則を設定するインターフェイスです.
NameConfigureImpl.php
procedural page NameConfigureImpl.php
NameConfigureImpl
in file NameConfigureImpl.php, class NameConfigureImpl
    各種の命名規則を設定する、デフォルトの実装クラスです.
$name
in file View.php, variable View::$name
    NameConfigureクラスを保持します.
noCache
in file HttpResponse.php, method HttpResponse::noCache()
    ブラウザのキャッシュを抑制します.
NOTHING
in file SystemMessage_en.php, class constant SystemMessage_en::NOTHING
    引数がない場合.
NOTHING
in file SystemMessage.php, class constant SystemMessage::NOTHING
    引数がない場合.
NamingType.php
procedural page NamingType.php
NamingType
in file NamingType.php, class NamingType
    命名規則のインターフェイスです.
top

o

$output
in file View.php, variable View::$output
    出力バッファを保持します.
top

p

$path
in file Controller.php, variable Controller::$path
    PathConfigureクラスを保持します.
PathConfigure.php
procedural page PathConfigure.php
PathConfigure
in file PathConfigure.php, class PathConfigure
    アプリケーションのクラスパスを解決するインターフェイスです.
PathConfigureImpl.php
procedural page PathConfigureImpl.php
PathConfigureImpl
in file PathConfigureImpl.php, class PathConfigureImpl
    アプリケーションのクラスパスを解決する、デフォルトの実装クラスです.
$path
in file View.php, variable View::$path
    PathConfigureクラスを保持します.
$pdo
in file Dao.php, variable Dao::$pdo
    PDOオブジェクトを保持します.
postRender
in file View.php, method View::postRender()
    HTMLファイルを読み込んだ後に実行されます.
preRender
in file View.php, method View::preRender()
    HTMLファイルが読み込まれる前に実行されます.
PLAIN
in file SmtpMailer.php, class constant SmtpMailer::PLAIN
    認証モード(PLAIN).
top

q

QrCode.php
procedural page QrCode.php
QrCode
in file QrCode.php, class QrCode
    QRコード作成ツールです.
top

r

$request
in file Controller.php, variable Controller::$request
    HttpRequestクラスを保持します.
$route
in file Controller.php, variable Controller::$route
    RouteConfigureクラスを保持します.
render
in file Controller.php, method Controller::render()
    Actionクラスの結果からViewクラスを実行します.
RouteConfigure.php
procedural page RouteConfigure.php
RouteConfigure
in file RouteConfigure.php, class RouteConfigure
    リクエストURLから、呼び出すクラスを解決するインターフェイスです.
RouteConfigureImpl.php
procedural page RouteConfigureImpl.php
RouteConfigureImpl
in file RouteConfigureImpl.php, class RouteConfigureImpl
    リクエストURLから呼び出すクラスを解決する、デフォルトの実装クラスです.
Redirect.php
procedural page Redirect.php
Redirect
in file Redirect.php, class Redirect
    リダイレクト処理を実行します.
$request
in file Action.php, variable Action::$request
    HttpRequestクラスを保持します.
$response
in file View.php, variable View::$response
    HttpResponseクラスを保持します.
$response
in file Action.php, variable Action::$response
    HttpResponseクラスを保持します.
redirect
in file View.php, method View::redirect()
    リダイレクト処理を実行します.
remove
in file HttpResponse.php, method HttpResponse::remove()
    レスポンスから値を削除します.
remove
in file HttpFlash.php, method HttpFlash::remove()
    値を削除します.
remove
in file HttpRequest.php, method HttpRequest::remove()
    リクエストから値を削除します.
remove
in file HttpSession.php, method HttpSession::remove()
    セッションから値を削除します.
replace
in file HttpSession.php, method HttpSession::replace()
    セッションを置換します.
replace
in file HttpRequest.php, method HttpRequest::replace()
    リクエストを置換します.
replace
in file HttpFlash.php, method HttpFlash::replace()
    このクラスで保持している情報を置換します.
replace
in file HttpResponse.php, method HttpResponse::replace()
    レスポンスを置換します.
required
in file Validator.php, method Validator::required()
    文字列が空かどうかをチェックします.
top

s

$session
in file Controller.php, variable Controller::$session
    HttpSessionクラスを保持します.
$sessionAutoStart
in file Controller.php, variable Controller::$sessionAutoStart
    セッションを自動的に開始するかどうかのフラグです.
sqlExceptionHandler
in file Controller.php, method Controller::sqlExceptionHandler()
    データベースエラーが発生した場合にコールされます.
systemExceptionHandler
in file Controller.php, method Controller::systemExceptionHandler()
    システムエラーが発生した場合にコールされます.
setResponse
in file ActionResult.php, method ActionResult::setResponse()
    HttpResponseクラスを設定します.
setSession
in file ActionResult.php, method ActionResult::setSession()
    HttpSessionクラスを設定します.
SessionForward.php
procedural page SessionForward.php
SessionRedirect.php
procedural page SessionRedirect.php
SessionForward
in file SessionForward.php, class SessionForward
    セッション付きのフォワード処理を実行します.
SessionRedirect
in file SessionRedirect.php, class SessionRedirect
    リダイレクト処理を実行します.
$session
in file View.php, variable View::$session
    HttpSessionクラスを保持します.
$session
in file Action.php, variable Action::$session
    HttpSessionクラスを保持します.
set
in file HttpRequest.php, method HttpRequest::set()
    リクエストに値を設定します.
set
in file HttpResponse.php, method HttpResponse::set()
    レスポンスに値を設定します.
set
in file HttpFlash.php, method HttpFlash::set()
    値を設定します.
set
in file HttpSession.php, method HttpSession::set()
    セッションに値を設定します.
setAll
in file HttpSession.php, method HttpSession::setAll()
    渡された配列をセッションにマージして設定します.
setAll
in file HttpResponse.php, method HttpResponse::setAll()
    渡された配列をレスポンスにマージして設定します.
setAll
in file HttpRequest.php, method HttpRequest::setAll()
    渡された配列をリクエストにマージして設定します.
setAll
in file HttpFlash.php, method HttpFlash::setAll()
    渡された配列をマージして設定します.
setCookieValue
in file HttpSession.php, method HttpSession::setCookieValue()
    クッキーに値を設定します.
setId
in file HttpSession.php, method HttpSession::setId()
    セッションIDを設定します.
setInputName
in file HttpFile.php, method HttpFile::setInputName()
    ファイルのnameを設定します.
setName
in file HttpSession.php, method HttpSession::setName()
    セッション名を設定します.
start
in file HttpSession.php, method HttpSession::start()
    セッションを開始します.
SystemMessage.php
procedural page SystemMessage.php
SystemMessage_en.php
procedural page SystemMessage_en.php
setDefaultLocale
in file LocaleProvider.php, method LocaleProvider::setDefaultLocale()
    デフォルトのロケールを指定します.
setMessageClass
in file MessageBehavior.php, method MessageBehavior::setMessageClass()
    メッセージクラスを設定します.
SYS001
in file SystemMessage_en.php, class constant SystemMessage_en::SYS001
    クラスパスが不正.
SYS001
in file SystemMessage.php, class constant SystemMessage::SYS001
    クラスパスが不正.
SYS002
in file SystemMessage.php, class constant SystemMessage::SYS002
    クラスが継承されていない.
SYS002
in file SystemMessage_en.php, class constant SystemMessage_en::SYS002
    クラスが継承されていない.
SYS003
in file SystemMessage_en.php, class constant SystemMessage_en::SYS003
    インターフェイスが実装されていない.
SYS003
in file SystemMessage.php, class constant SystemMessage::SYS003
    インターフェイスが実装されていない.
SYS004
in file SystemMessage_en.php, class constant SystemMessage_en::SYS004
    クラスがロードできない.
SYS004
in file SystemMessage.php, class constant SystemMessage::SYS004
    クラスがロードできない.
SYS005
in file SystemMessage.php, class constant SystemMessage::SYS005
    ファンクションの取得に失敗.
SYS005
in file SystemMessage_en.php, class constant SystemMessage_en::SYS005
    ファンクションのコールに失敗.
SYS006
in file SystemMessage.php, class constant SystemMessage::SYS006
    戻り値が不正.
SYS006
in file SystemMessage_en.php, class constant SystemMessage_en::SYS006
    戻り値が不正.
SYS007
in file SystemMessage.php, class constant SystemMessage::SYS007
    HTMLファイルのパスが不正.
SYS007
in file SystemMessage_en.php, class constant SystemMessage_en::SYS007
    HTMLファイルのパスが不正.
SYS008
in file SystemMessage_en.php, class constant SystemMessage_en::SYS008
    メッセージの引数が不正.
SYS008
in file SystemMessage.php, class constant SystemMessage::SYS008
    メッセージの引数が不正.
SYS009
in file SystemMessage_en.php, class constant SystemMessage_en::SYS009
    メッセージが見つからない.
SYS009
in file SystemMessage.php, class constant SystemMessage::SYS009
    メッセージが見つからない.
SystemMessage
in file SystemMessage.php, class SystemMessage
    フレームワークが使用するメッセージです.
SystemMessage_en
in file SystemMessage_en.php, class SystemMessage_en
    フレームワークが使用するメッセージです.
send
in file SmtpMailer.php, method SmtpMailer::send()
    送信処理.
send
in file Encoder.php, method Encoder::send()
    送信処理.
send
in file Mailer.php, method Mailer::send()
    送信処理.
setAltBody
in file Encoder.php, method Encoder::setAltBody()
    HTMLメールの場合に併せて送るテキストメール本文を設定します.
setBodyEncoding
in file Encoder.php, method Encoder::setBodyEncoding()
    ボディのエンコードを設定します.
setCharset
in file Encoder.php, method Encoder::setCharset()
    文字コードを設定します.
setFrom
in file SmtpMailer.php, method SmtpMailer::setFrom()
    FROMを設定します.
setFrom
in file Mailer.php, method Mailer::setFrom()
    FROMを設定します.
setFrom
in file Encoder.php, method Encoder::setFrom()
    FROMアドレスを設定します.
setHeaderEncoding
in file Encoder.php, method Encoder::setHeaderEncoding()
    ヘッダのエンコードを設定します.
setHeloHost
in file SmtpMailer.php, method SmtpMailer::setHeloHost()
    EHLOに使用するホスト名を設定します.
setHtmlBody
in file Encoder.php, method Encoder::setHtmlBody()
    HTMLメールの本文を設定します.
setInternalEncoding
in file Encoder.php, method Encoder::setInternalEncoding()
    このクラスに渡される文字列の内部エンコードを設定します.
setInternalEncoding
in file Decoder.php, method Decoder::setInternalEncoding()
    内部文字コードを設定します.
setPersist
in file SmtpMailer.php, method SmtpMailer::setPersist()
    永続的な接続を保持するかどうかを設定します.
setPopParameters
in file SmtpMailer.php, method SmtpMailer::setPopParameters()
    POP接続に必要な情報を設定します.
setSmtpParameters
in file SmtpMailer.php, method SmtpMailer::setSmtpParameters()
    SMTP接続に必要な情報を設定します.
setSubject
in file Encoder.php, method Encoder::setSubject()
    メールのSubjectを設定します.
setTextBody
in file Encoder.php, method Encoder::setTextBody()
    テキストメールの本文を設定します.
setTo
in file SmtpMailer.php, method SmtpMailer::setTo()
    TOを設定します.
setTo
in file Encoder.php, method Encoder::setTo()
    TOアドレスを設定します.
setTo
in file Mailer.php, method Mailer::setTo()
    TOを設定します.
SmtpMailer
in file SmtpMailer.php, class SmtpMailer
    SMTPを利用したメール送信クラスです.
SmtpMailer.php
procedural page SmtpMailer.php
setBackColorHex
in file QrCode.php, method QrCode::setBackColorHex()
    背景色を6桁の16進数で設定します.
setBackColorRgb
in file QrCode.php, method QrCode::setBackColorRgb()
    背景色をRGBで設定します.
setErrorCorrectLevel
in file QrCode.php, method QrCode::setErrorCorrectLevel()
    エラー補正レベルを設定します.
setForeColorHex
in file QrCode.php, method QrCode::setForeColorHex()
    前景色を6桁の16進数で設定します.
setForeColorRgb
in file QrCode.php, method QrCode::setForeColorRgb()
    前景色をRGBで設定します.
setModuleSize
in file QrCode.php, method QrCode::setModuleSize()
    モジュールサイズを設定します.
setQuietZone
in file QrCode.php, method QrCode::setQuietZone()
    クワイエットゾーンを設定します.
setVersion
in file QrCode.php, method QrCode::setVersion()
    バージョンを設定します.
ServerUtil.php
procedural page ServerUtil.php
StringUtil.php
procedural page StringUtil.php
ServerUtil
in file ServerUtil.php, class ServerUtil
    リクエストから取得したサーバー情報を提供するクラスです.
startWith
in file StringUtil.php, method StringUtil::startWith()
    $haystackの文字列シーケンスが、$needleで始まるかどうかを判定します.
staticCreate
in file GenerateUtil.php, method GenerateUtil::staticCreate()
    テンプレートの対象文字列を置換します.
StringUtil
in file StringUtil.php, class StringUtil
    文字列に関するユーティリティクラスです.
top

t

trim
in file StringUtil.php, method StringUtil::trim()
    再帰的に文字列をトリミングします.
top

u

UpperCamelCase.php
procedural page UpperCamelCase.php
UpperSnakeCase.php
procedural page UpperSnakeCase.php
UpperCamelCase
in file UpperCamelCase.php, class UpperCamelCase
    先頭が大文字のキャメルケースクラスです.
UpperSnakeCase
in file UpperSnakeCase.php, class UpperSnakeCase
    大文字のスネークケースクラスです.
top

v

View.php
procedural page View.php
View
in file View.php, class View
    Viewの基底クラスです.
ViewClassLoader.php
procedural page ViewClassLoader.php
ViewClassLoader
in file ViewClassLoader.php, class ViewClassLoader
    Viewクラスのローダーです.
Validator.php
procedural page Validator.php
Validator
in file Validator.php, class Validator
    簡易バリデータクラスです.
top

Documentation generated on Fri, 16 Dec 2011 11:13:37 +0100 by phpDocumentor 1.4.3