PHP 클래스 Newscoop\Entity\ArticleDatetime

상속: extends AbstractEntity
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$articleId integer
$articleType string
$endDate string
$endTime string
$eventComment string
$fieldName string
$id integer
$recurring string
$startDate string
$startTime string

공개 메소드들

메소드 설명
__get ( $name )
getArticleId ( ) : integer
getArticleType ( ) : string
getEndDate ( )
getEndtime ( )
getEventComment ( ) : string
getFieldName ( ) : string
getRecurring ( )
getStartDate ( )
getStartTime ( )
setArticleId ( $articleId )
setArticleType ( $articleType )
setEndDate ( $endDate )
setEndTime ( $endTime )
setEventComment ( $eventComment )
setFieldName ( $fieldName )
setRecurring ( $recurring )
setStartDate ( $startDate )
setStartTime ( $startTime )
setValues ( ArticleDatetime $dateData, $article, $fieldName, $articleType = null, $otherInfo = null )

메소드 상세

__get() 공개 메소드

public __get ( $name )

getArticleId() 공개 메소드

public getArticleId ( ) : integer
리턴 integer

getArticleType() 공개 메소드

public getArticleType ( ) : string
리턴 string

getEndDate() 공개 메소드

public getEndDate ( )

getEndtime() 공개 메소드

public getEndtime ( )

getEventComment() 공개 메소드

public getEventComment ( ) : string
리턴 string

getFieldName() 공개 메소드

public getFieldName ( ) : string
리턴 string

getRecurring() 공개 메소드

public getRecurring ( )

getStartDate() 공개 메소드

public getStartDate ( )

getStartTime() 공개 메소드

public getStartTime ( )

setArticleId() 공개 메소드

public setArticleId ( $articleId )

setArticleType() 공개 메소드

public setArticleType ( $articleType )

setEndDate() 공개 메소드

public setEndDate ( $endDate )

setEndTime() 공개 메소드

public setEndTime ( $endTime )

setEventComment() 공개 메소드

public setEventComment ( $eventComment )

setFieldName() 공개 메소드

public setFieldName ( $fieldName )

setRecurring() 공개 메소드

public setRecurring ( $recurring )

setStartDate() 공개 메소드

public setStartDate ( $startDate )

setStartTime() 공개 메소드

public setStartTime ( $startTime )

setValues() 공개 메소드

public setValues ( ArticleDatetime $dateData, $article, $fieldName, $articleType = null, $otherInfo = null )
$dateData ArticleDatetime

프로퍼티 상세

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

protected int $articleId
리턴 integer

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

protected string $articleType
리턴 string

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

protected string $endDate
리턴 string

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

protected string $endTime
리턴 string

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

protected string $eventComment
리턴 string

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

protected string $fieldName
리턴 string

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

protected int $id
리턴 integer

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

protected string $recurring
리턴 string

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

protected string $startDate
리턴 string

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

protected string $startTime
리턴 string