Methods summary
public
|
#
__construct( Peach\DT\Time $original )
指定された時間オブジェクトをラップする TimeWrapper を構築します.
指定された時間オブジェクトをラップする TimeWrapper を構築します.
Parameters
|
public
Peach\DT\Time
|
|
public
integer
|
#
getType( )
ラップ対象のオブジェクトのタイプを返します.
Returns
integer
Implementation of
|
public
boolean
|
#
before( Peach\DT\Time $time )
ラップ対象のオブジェクトの before メソッドを実行します.
ラップ対象のオブジェクトの before メソッドを実行します.
Parameters
Returns
boolean
Implementation of
|
public
boolean
|
#
after( Peach\DT\Time $time )
ラップ対象のオブジェクトの after メソッドを実行します.
ラップ対象のオブジェクトの after メソッドを実行します.
Parameters
Returns
boolean
Implementation of
|
public
boolean
|
#
compareTo( Peach\DT\Time $subject )
ラップ対象のオブジェクトの compareTo メソッドを実行します.
ラップ対象のオブジェクトの compareTo メソッドを実行します.
Parameters
Returns
boolean
Implementation of
|
protected
Peach\DT\TimeWrapper
|
#
newInstance( Peach\DT\Time $instance )
指定されたインスタンスをラップする新しい TimeWrapper を構築します.
指定されたインスタンスをラップする新しい TimeWrapper を構築します.
Parameters
Returns
Codecoverageignore
|
public
Peach\DT\TimeWrapper
|
#
add( string $field, integer $amount )
ラップ対象のオブジェクトの add メソッドを実行し, その返り値をこのクラスでラップします.
ラップ対象のオブジェクトの add メソッドを実行し, その返り値をこのクラスでラップします.
Parameters
Returns
Implementation of
|
public
Peach\DT\TimeWrapper
|
#
set( string $field, integer $value )
ラップ対象のオブジェクトの set メソッドを実行し, その返り値をこのクラスでラップします.
ラップ対象のオブジェクトの set メソッドを実行し, その返り値をこのクラスでラップします.
Parameters
Returns
Implementation of
|
public
Peach\DT\TimeWrapper
|
#
setAll( array|Peach\Util\ArrayMap $subject )
ラップ対象のオブジェクトの setAll メソッドを実行し, その返り値をこのクラスでラップします.
ラップ対象のオブジェクトの setAll メソッドを実行し, その返り値をこのクラスでラップします.
Parameters
Returns
Implementation of
|
public
integer
|
#
get( string $field )
ラップ対象のオブジェクトの get メソッドを実行します.
ラップ対象のオブジェクトの get メソッドを実行します.
Parameters
Returns
integer
Implementation of
|
public
string
|
#
format( Peach\DT\Format $format = null )
ラップ対象のオブジェクトの format メソッドを実行します.
ラップ対象のオブジェクトの format メソッドを実行します.
Parameters
Returns
string
Implementation of
|
public
string
|
#
formatTime( )
ラップ対象のオブジェクトの formatTime メソッドを実行します.
ラップ対象のオブジェクトの formatTime メソッドを実行します.
Returns
string
Implementation of
|
public
boolean
|
#
equals( mixed $obj )
指定されたオブジェクトとこのオブジェクトを比較します.
compareTo による比較結果が 0 を返し, かつクラスが同じ場合に TRUE を返します.
指定されたオブジェクトとこのオブジェクトを比較します.
compareTo による比較結果が 0 を返し, かつクラスが同じ場合に TRUE を返します.
Parameters
Returns
boolean 二つのオブジェクトが等しい場合に TRUE, それ以外は FALSE
Implementation of
|
public
integer
|
#
getDateCount( )
ラップ対象のオブジェクトの getDateCount メソッドを実行します.
ラップ対象のオブジェクトの getDateCount メソッドを実行します.
Returns
integer
Implementation of
|
public
integer
|
#
getDay( )
ラップ対象のオブジェクトの getDay メソッドを実行します.
ラップ対象のオブジェクトの getDay メソッドを実行します.
Returns
integer
Implementation of
|
public
boolean
|
#
isLeapYear( )
ラップ対象のオブジェクトの isLeapYear メソッドを実行します.
ラップ対象のオブジェクトの isLeapYear メソッドを実行します.
Returns
boolean
Implementation of
|
public
Peach\DT\Time
|
#
toDate( )
ラップ対象のオブジェクトの toDate メソッドを実行します.
ラップ対象のオブジェクトの toDate メソッドを実行します.
Returns
Implementation of
|
public
Peach\DT\Time
|
#
toDatetime( )
ラップ対象のオブジェクトの toDatetime メソッドを実行します.
ラップ対象のオブジェクトの toDatetime メソッドを実行します.
Returns
Implementation of
|
public
Peach\DT\Time
|
#
toTimestamp( )
ラップ対象のオブジェクトの toTimestamp メソッドを実行します.
ラップ対象のオブジェクトの toTimestamp メソッドを実行します.
Returns
Implementation of
|
public
string
|
#
__toString( Peach\DT\Time $time,… )
ラップ対象のオブジェクトの __toString メソッドを実行します.
ラップ対象のオブジェクトの __toString メソッドを実行します.
Parameters
Returns
string
|