PHP Class WellCommerce\Bundle\NewsBundle\Entity\News
Datei anzeigen
Open project: wellcommerce/wellcommerce
Class Usage Examples
Protected Properties
Public Methods
Method Details
getEndDate()
public method
getFeatured()
public method
getPublish()
public method
getStartDate()
public method
setEndDate()
public method
public setEndDate ( DateTime $endDate ) |
$endDate |
DateTime |
|
setFeatured()
public method
setPublish()
public method
setStartDate()
public method
public setStartDate ( DateTime $startDate ) |
$startDate |
DateTime |
|
Property Details
$endDate protected_oe property
protected DateTime $endDate |
return |
DateTime |
|
$featured protected_oe property
protected bool $featured |
return |
boolean |
|
$publish protected_oe property
protected bool $publish |
return |
boolean |
|
$startDate protected_oe property
protected DateTime $startDate |
return |
DateTime |
|