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

Class: NameConfigureImpl

Source Location: /core/config/impl/NameConfigureImpl.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]

NameConfigureImpl __construct( )

コンストラクタ.



Tags:

access:  public


[ Top ]

method getClassNamingType [line 45]

void getClassNamingType( )

デフォルトでは、先頭が大文字のキャメルケースクラスを返します.



Tags:

see:  NameConfigure::getClassNamingType()
see:  UpperCamelCase
access:  public



Implementation of:
NameConfigure::getClassNamingType()
クラス名の命名規則を取得します.
[ Top ]

method getHtmlFileNamingType [line 37]

void getHtmlFileNamingType( )

デフォルトでは、小文字のスネークケースクラスを返します.



Tags:

see:  NameConfigure::getHtmlFileNamingType()
see:  LowerSnakeCase
access:  public



Implementation of:
NameConfigure::getHtmlFileNamingType()
HTMLファイルの命名規則を取得します.
[ Top ]

method getMethodNamingType [line 53]

void getMethodNamingType( )

デフォルトでは、先頭が小文字のキャメルケースクラスを返します.



Tags:

see:  NameConfigure::getMethodNamingType()
see:  LowerCamelCase
access:  public



Implementation of:
NameConfigure::getMethodNamingType()
ファンクション名の命名規則を取得します.
[ Top ]

method getPhpFileNamingType [line 29]

void getPhpFileNamingType( )

デフォルトでは、先頭が大文字のキャメルケースクラスを返します.



Tags:

see:  NameConfigure::getPhpFileNamingType()
see:  UpperCamelCase
access:  public



Implementation of:
NameConfigure::getPhpFileNamingType()
PHPファイルの命名規則を取得します.
[ Top ]

method getRequestNamingType [line 61]

void getRequestNamingType( )

デフォルトでは、小文字のスネークケースクラスを返します.



Tags:

see:  NameConfigure::getRequestNamingType()
see:  LowerSnakeCase
access:  public



Implementation of:
NameConfigure::getRequestNamingType()
リクエストパラメータの命名規則を取得します.
[ Top ]


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