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

Class: PathConfigureImpl

Source Location: /core/config/impl/PathConfigureImpl.php

Class Overview


アプリケーションのクラスパスを解決する、デフォルトの実装クラスです.


Author(s):

  • T.Okumura

Version:

  • 1.0.0

Implements interfaces:

Methods



Class Details

[line 18]
アプリケーションのクラスパスを解決する、デフォルトの実装クラスです.

このクラスは必要な時にControllerによってロードされます。




Tags:

author:  T.Okumura
version:  1.0.0
final:  


[ Top ]


Class Methods


constructor __construct [line 22]

PathConfigureImpl __construct( )

コンストラクタ.



Tags:

access:  public


[ Top ]

method getActionPath [line 36]

void getActionPath( )

'{ContextRoot}/app/action/' (Windowsの場合は'{ContextRoot}\app\action\')という文字列を返します.



Tags:

see:  PathConfigure::getActionPath()
access:  public



Implementation of:
PathConfigure::getActionPath()
Actionクラスのフォルダパスを取得します.
[ Top ]

method getActionSuffix [line 28]

void getActionSuffix( )

'Action'という文字列を返します.



Tags:

see:  PathConfigure::getActionSuffix()
access:  public



Implementation of:
PathConfigure::getActionSuffix()
Actionクラスのsuffixを取得します.
[ Top ]

method getDaoPath [line 51]

void getDaoPath( )

'{ContextRoot}/app/dao/' (Windowsの場合は'{ContextRoot}\app\dao\')という文字列を返します.



Tags:

see:  PathConfigure::getDaoPath()
access:  public



Implementation of:
PathConfigure::getDaoPath()
DAOクラスのフォルダパスを取得します.
[ Top ]

method getDaoSuffix [line 43]

void getDaoSuffix( )

'Dao'という文字列を返します.



Tags:

see:  PathConfigure::getDaoSuffix()
access:  public



Implementation of:
PathConfigure::getDaoSuffix()
DAOクラスのsuffixを取得します.
[ Top ]

method getDefaultMessageFileName [line 103]

void getDefaultMessageFileName( )

'Message'という文字列を返します.



Tags:

see:  PathConfigure::getDefaultMessageFileName()
access:  public



Implementation of:
PathConfigure::getDefaultMessageFileName()
デフォルトのメッセージファイル名を取得します.
[ Top ]

method getDtoPath [line 66]

void getDtoPath( )

'{ContextRoot}/app/dto/' (Windowsの場合は'{ContextRoot}\app\dto\')という文字列を返します.



Tags:

see:  PathConfigure::getDtoPath()
access:  public



Implementation of:
PathConfigure::getDtoPath()
DTOクラスのフォルダパスを取得します.
[ Top ]

method getDtoSuffix [line 58]

void getDtoSuffix( )

'Dto'という文字列を返します.



Tags:

see:  PathConfigure::getDtoSuffix()
access:  public



Implementation of:
PathConfigure::getDtoSuffix()
DTOクラスのsuffixを取得します.
[ Top ]

method getHtmlPath [line 96]

void getHtmlPath( )

'{ContextRoot}/web/' (Windowsの場合は'{ContextRoot}\web\')という文字列を返します.



Tags:

see:  PathConfigure::getHtmlPath()
access:  public



Implementation of:
PathConfigure::getHtmlPath()
HTMLファイルのフォルダパスを取得します.
[ Top ]

method getHtmlSuffix [line 88]

void getHtmlSuffix( )

'html'という文字列を返します.



Tags:

see:  PathConfigure::getHtmlSuffix()
access:  public



Implementation of:
PathConfigure::getHtmlSuffix()
HTMLファイルのsuffixを取得します.
[ Top ]

method getMessagePath [line 111]

void getMessagePath( )

'{ContextRoot}/app/message/' (Windowsの場合は'{ContextRoot}\app\message\')という文字列を返します.



Tags:

see:  PathConfigure::getMessagePath()
access:  public



Implementation of:
PathConfigure::getMessagePath()
メッセージファイルのフォルダパスを取得します.
[ Top ]

method getViewPath [line 81]

void getViewPath( )

'{ContextRoot}/app/view/' (Windowsの場合は'{ContextRoot}\app\view\')という文字列を返します.



Tags:

see:  PathConfigure::getViewPath()
access:  public



Implementation of:
PathConfigure::getViewPath()
Viewクラスのフォルダパスを取得します.
[ Top ]

method getViewSuffix [line 73]

void getViewSuffix( )

'View'という文字列を返します.



Tags:

see:  PathConfigure::getViewSuffix()
access:  public



Implementation of:
PathConfigure::getViewSuffix()
Viewクラスのsuffixを取得します.
[ Top ]


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