Overview

Namespaces

  • Charcoal
    • Admin
      • Widget
        • Cms
    • Cms
      • Config
      • Mixin
        • Traits
      • Route
      • Section
      • Service
        • Loader
        • Manager
      • ServiceProvider
      • Support
        • Helpers
        • Interfaces
        • Traits
    • Property

Interfaces

  • EventManagerAwareInterface
  • NewsManagerAwareInterface
  • SectionLoaderAwareInterface
  • Overview
  • Namespace
  • Class

Interface EventManagerAwareInterface

Namespace: Charcoal\Cms\Support\Interfaces
Located at Charcoal/Cms/Support/Interfaces/EventManagerAwareInterface.php
Methods summary
public Generator|
# eventsList( )

Formatted event list Return the entries for the current page

Formatted event list Return the entries for the current page

Returns

Generator|
public Generator|
# eventArchiveList( )

Formatted event archive list Returns the entries for the current page.

Formatted event archive list Returns the entries for the current page.

Returns

Generator|
public array
# currentEvent( )

Current event.

Current event.

Returns

array
The properties of the current event.
public mixed
# featEvents( )

Returns

mixed
public array
# nextEvent( )

Next event in list.

Next event in list.

Returns

array
The next event properties.
public array
# prevEvent( )

Next event in list.

Next event in list.

Returns

array
The next event properties.
public integer
# numEvent( )

Amount of events (total)

Amount of events (total)

Returns

integer
How many events?
public float
# numEventPages( )

Returns

float
public boolean
# eventHasPager( )

Returns

boolean
public Generator
# eventCategoryList( )

Returns

Generator
API documentation generated by ApiGen