PHP Class MetaDatetime

显示文件 Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
GetTypeName ( )
IsValid ( $p_value )
__construct ( $p_value )
getHour ( )
getMinute ( )
getMonth ( )
getMonthDay ( )
getMonthName ( )
getSecond ( )
getValue ( )
getWeekDay ( )
getWeekDayName ( )
getYear ( )
setValue ( $p_value ) fn __construct

Method Details

GetTypeName() public static method

public static GetTypeName ( )

IsValid() public static method

public static IsValid ( $p_value )

__construct() public method

public __construct ( $p_value )

getHour() public method

public getHour ( )

getMinute() public method

public getMinute ( )

getMonth() public method

public getMonth ( )

getMonthDay() public method

public getMonthDay ( )

getMonthName() public method

public getMonthName ( )

getSecond() public method

public getSecond ( )

getValue() public method

public getValue ( )

getWeekDay() public method

public getWeekDay ( )

getWeekDayName() public method

public getWeekDayName ( )

getYear() public method

public getYear ( )

setValue() public method

fn __construct
public setValue ( $p_value )