api_default_interface

Extends

api_default Interface used internally in api_default Class can be used insted of api_default if hashbang mechanic should not be used.

package

SYSTEM\API

Methods

API Default Page function - implement this function and return the Default Page

default_page(string $_escaped_fragment_ = null) : string
static

Arguments

$_escaped_fragment_

string

Fragment from Hashbang Crawling

Response

string

Returns your API-Default-State

API Group function - implement this function and return the Groupnumber

get_apigroup() : integer
static

Response

integer

Returns your API-Group number

API Default State function - implement this function and return the String of the default-state

get_default_state() : string
static

Response

string

Returns your API-Default-State