PHP 클래스 Newscoop\ArticleDatetime

저자: mihaibalaceanu
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$endDate
$endTime
$recurring
$spawns
$startDate
$startTime

공개 메소드들

메소드 설명
__clone ( ) clears spawns
__construct ( mixed $format, string $recurring = null )
getEndDate ( ) : DateTime
getEndTime ( ) : DateTime
getRecurring ( ) Get if date object is recurring
getSpawns ( ) Get other spawned objects from a contruct
getStartDate ( ) : DateTime
getStartTime ( ) : DateTime
setEndDate ( string $value )
setEndTime ( string $value )
setRecurring ( string $value ) Set recurring flag
setStartDate ( string $value )
setStartTime ( string $value )

메소드 상세

__clone() 공개 메소드

clears spawns
public __clone ( )

__construct() 공개 메소드

public __construct ( mixed $format, string $recurring = null )
$format mixed array of start_date, end_date, etc. keys array with 1 element: start_date => end_date strings - Date and Time formats: http://php.net/manual/en/datetime.formats.php string formatted like above and start separated by end with a - (dash) padded with spaces also in case of array you can add recurring => [daily|weekly|etc.]
$recurring string

getEndDate() 공개 메소드

public getEndDate ( ) : DateTime
리턴 DateTime

getEndTime() 공개 메소드

public getEndTime ( ) : DateTime
리턴 DateTime

getRecurring() 공개 메소드

Get if date object is recurring
public getRecurring ( )

getSpawns() 공개 메소드

Get other spawned objects from a contruct
public getSpawns ( )

getStartDate() 공개 메소드

public getStartDate ( ) : DateTime
리턴 DateTime

getStartTime() 공개 메소드

public getStartTime ( ) : DateTime
리턴 DateTime

setEndDate() 공개 메소드

public setEndDate ( string $value )
$value string

setEndTime() 공개 메소드

public setEndTime ( string $value )
$value string

setRecurring() 공개 메소드

Set recurring flag
public setRecurring ( string $value )
$value string daily|weekly|monthly|yearly

setStartDate() 공개 메소드

public setStartDate ( string $value )
$value string date format

setStartTime() 공개 메소드

public setStartTime ( string $value )
$value string

프로퍼티 상세

$endDate 보호되어 있는 프로퍼티

protected $endDate

$endTime 보호되어 있는 프로퍼티

protected $endTime

$recurring 보호되어 있는 프로퍼티

protected $recurring

$spawns 보호되어 있는 프로퍼티

protected $spawns

$startDate 보호되어 있는 프로퍼티

protected $startDate

$startTime 보호되어 있는 프로퍼티

protected $startTime