\NetCommonsTimeComponent

Class NetCommonsTimeComponent

NetCommonsFormHelper::input()で、typeをdatetimeに指定された項目の値を サーバータイムゾーン(UTC)に変換します。

サンプルコード(Viewテンプレート)

<?php
    echo $this->NetCommonsForm->input(
        'publish_start',
        array('type' => 'datetime')
    );
?>

Summary

Methods
Properties
Constants
initialize()
__call()
No public properties found
No constants found
_convertTimezone()
$_netCommonsTime
N/A
No private methods found
No private properties found
N/A

Properties

$_netCommonsTime

$_netCommonsTime : \NetCommonsTime

Type

\NetCommonsTime — NetCommonsTimeのインスタンス

Methods

initialize()

initialize(\Controller  $controller) : void

コントローラの beforeFilter メソッドの前に呼び出されます。

Parameters

\Controller $controller

コントローラ

__call()

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

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

Parameters

string $method

メソッド

array $params

パラメータ

Returns

mixed

_convertTimezone()

_convertTimezone(\Controller  $controller) : void

ユーザタイムゾーンからサーバータイムゾーンへの自動変換 NetCommonsFormと連携している

Parameters

\Controller $controller

コントローラ