PHP Class MetaDate

Mostrar archivo Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
GetTypeName ( )
IsValid ( $p_value )
__construct ( $p_value )
getMonth ( )
getMonthDay ( )
getMonthName ( )
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 )

getMonth() public method

public getMonth ( )

getMonthDay() public method

public getMonthDay ( )

getMonthName() public method

public getMonthName ( )

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 )