\NetCommonsTimeHelper

Class NetCommonsTimeHelper

Add your application-wide methods in the class below, your helpers will inherit them.

Summary

Methods
Properties
Constants
__construct()
__call()
beforeFormInput()
beforeFormEnd()
$helpers
No constants found
No protected methods found
$_netCommonsTime
$_convertFields
N/A
No private methods found
No private properties found
N/A

Properties

$helpers

$helpers : array

Other helpers used by FormHelper

Type

array

$_netCommonsTime

$_netCommonsTime : \NetCommonsTime

Type

\NetCommonsTime — NetCommonsTimeのインスタンス

$_convertFields

$_convertFields : array

Type

array — タイムゾーン変換対象フィールド

Methods

__construct()

__construct(\View  $View, array  $settings = array()) : \NetCommonsTimeHelper

コンストラクタ

Parameters

\View $View

The View this helper is being attached to.

array $settings

Configuration settings for the helper.

Returns

\NetCommonsTimeHelper

__call()

__call(string  $method, array  $params) : mixed

NetCommonsTime ラップ用マジックメソッド。

Parameters

string $method

メソッド

array $params

パラメータ

Returns

mixed

beforeFormInput()

beforeFormInput(string  $fieldName, array  $options) : void

コンバートするFieldsをセットする処理 NetCommonsForm::inputから呼ばれる。

Parameters

string $fieldName

field name

array $options

options

beforeFormEnd()

beforeFormEnd() : string

Timezone変換の準備を組み込んだForm::end

Returns

string —

$out timezone変換用のhiddenタグ