PHP Class Newscoop\Entity\ArticleDatetime

Inheritance: extends AbstractEntity
Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$articleId integer
$articleType string
$endDate string
$endTime string
$eventComment string
$fieldName string
$id integer
$recurring string
$startDate string
$startTime string

Public Methods

Method Description
__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 )

Method Details

__get() public method

public __get ( $name )

getArticleId() public method

public getArticleId ( ) : integer
return integer

getArticleType() public method

public getArticleType ( ) : string
return string

getEndDate() public method

public getEndDate ( )

getEndtime() public method

public getEndtime ( )

getEventComment() public method

public getEventComment ( ) : string
return string

getFieldName() public method

public getFieldName ( ) : string
return string

getRecurring() public method

public getRecurring ( )

getStartDate() public method

public getStartDate ( )

getStartTime() public method

public getStartTime ( )

setArticleId() public method

public setArticleId ( $articleId )

setArticleType() public method

public setArticleType ( $articleType )

setEndDate() public method

public setEndDate ( $endDate )

setEndTime() public method

public setEndTime ( $endTime )

setEventComment() public method

public setEventComment ( $eventComment )

setFieldName() public method

public setFieldName ( $fieldName )

setRecurring() public method

public setRecurring ( $recurring )

setStartDate() public method

public setStartDate ( $startDate )

setStartTime() public method

public setStartTime ( $startTime )

setValues() public method

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

Property Details

$articleId protected_oe property

protected int $articleId
return integer

$articleType protected_oe property

protected string $articleType
return string

$endDate protected_oe property

protected string $endDate
return string

$endTime protected_oe property

protected string $endTime
return string

$eventComment protected_oe property

protected string $eventComment
return string

$fieldName protected_oe property

protected string $fieldName
return string

$id protected_oe property

protected int $id
return integer

$recurring protected_oe property

protected string $recurring
return string

$startDate protected_oe property

protected string $startDate
return string

$startTime protected_oe property

protected string $startTime
return string