$numPerPage
$numPerPage : integer
Event Config
setNumPerPage(integer $numPerPage) : \Charcoal\Cms\Config\EventConfig
integer | $numPerPage | Number of event per page. |
setEntryCycle(boolean $entryCycle) : \Charcoal\Cms\Config\EventConfig
boolean | $entryCycle | Cycle event or not. |
setLifespan(string $lifespan) : \Charcoal\Cms\Config\EventConfig
Accept all DateTime string.
string | $lifespan | Event expiry. |
setObjType(string $objType) : \Charcoal\Cms\Config\EventConfig
string | $objType | Event object type. |
setCategory(string $category) : \Charcoal\Cms\Config\EventConfig
string | $category | Event category object. |
setConfigFeatIdent(string $configFeatIdent) : \Charcoal\Cms\Config\EventConfig
Might be overkill.
string | $configFeatIdent | Config property containing featured event. |
setThumbnail(array $thumbnail) : \Charcoal\Cms\Config\EventConfig
resize -> width.
array | $thumbnail | Event thumbnail size. |
setParentSectionSlug(string $parentSectionSlug) : \Charcoal\Cms\Config\EventConfig
string | $parentSectionSlug | Event parent section (slug). |