Table of Contents
-
$actions
: array<string|int, mixed>
-
$apiLibs
: array<string|int, mixed>
-
$endpoints
: array<string|int, mixed>
-
$module
: string
-
$pages
: array<string|int, mixed>
-
$siteLibs
: array<string|int, mixed>
-
$templateFiles
: array<string|int, mixed>
-
$templates
: array<string|int, mixed>
-
__construct()
: mixed
-
registerIdentifiers()
: mixed
-
registerTemplates()
: mixed
$actions
protected
array<string|int, mixed>
$actions
= array('updateRestaurant')
$apiLibs
protected
array<string|int, mixed>
$apiLibs
$endpoints
protected
array<string|int, mixed>
$endpoints
$module
protected
string
$module
= 'FoodDelivery'
$pages
protected
array<string|int, mixed>
$pages
= array('Checkout', 'getRestaurants', 'editRestaurant', 'editRestaurantLocation')
$siteLibs
protected
array<string|int, mixed>
$siteLibs
$templateFiles
protected
array<string|int, mixed>
$templateFiles
$templates
protected
array<string|int, mixed>
$templates
= array('foodDeliveryStyle' => '
<link rel="stylesheet" type="text/css" href="/css/food-delivery.css"/>
', 'editRestaurant' => '
<script type="text/javascript" src="/js/editRestaurant.js"></script>
')
__construct()
public
__construct() : mixed
Return values
mixed
—
registerIdentifiers()
protected
registerIdentifiers() : mixed
Return values
mixed
—
registerTemplates()
protected
registerTemplates() : mixed
Return values
mixed
—