-
Notifications
You must be signed in to change notification settings - Fork 0
class Events
www/includes/events.inc.php
In dieser Klasse befinden sich alle Funktionen für die Events
zorg\Events
- [z]milamber
- IneX
1.0
No public properties found
No constants found
getEvent() | getEventExcerpt() | getEventLink() | getEventName() | getEventNewest() | getEvents() | getNext() | getNumNewEvents() | getVisitors() | getYears() | hasJoined() |
- Inherited from \Events
public
getEvent(mixed $event_id) : mixed
static
Returns a specific amount of the Description of an Event
- Inherited from \Events
public
getEventExcerpt( $text, $length = 50) : string
static
- author: IneX
- date: 18.08.2012
Returns the Link to an Event based on a given ID URL Format: /event/[year]/[month]/[day]/[event-id|eventname]
- Inherited from \Events
public
getEventLink(int $event_id) : string|bool
static
See also
- author: IneX
- date: 20.09.2018
-
version:
1.0
-
since:
1.0
function added
Returns the Title of an Event based on a given ID
- Inherited from \Events
public
getEventName( $event_id) : string
static
- author: IneX
- date: 18.08.2012
- Inherited from \Events
public
getEventNewest() : mixed
static
- Inherited from \Events
public
getEvents(mixed $year) : mixed
static
Bevorstehende Events suchen Findet alle Events der nächsten 7 Tagen und gibt diese als PHP-Array zurück
- Inherited from \Events
public
getNext() : array
static
See also
-
version:
1.1
-
since:
1.0
Method added -
since:
1.1
17.04.2020
IneX
SQL Slow-Query optimization - global: object $user Globales Class-Object mit den User-Methoden & Variablen
- global: object $db Globales Class-Object mit allen MySQL-Methoden
- Inherited from \Events
public
getNumNewEvents() : mixed
static
- Inherited from \Events
public
getVisitors(mixed $event_id) : mixed
static
- Inherited from \Events
public
getYears() : mixed
static
- Inherited from \Events
public
hasJoined(mixed $user_id, mixed $event_id) : mixed
static
\ » Classes » Events
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.