Print

NOCL_Orderlicious_API

(Concept - Properties - Functions

Version: 1.0 (Versions)

Location: cl_objects.php

Orderlicious API contains the data model and loads it..

 

Concept

This class sits at the top of the page data model and contains all the elements that make up the restaurant data.  If you're after some sort of live data, you're getting it from this Orderlicious AP.

On instantiation, can be set with an element type and ID, which can be loaded as the parent instead of the default parent.

 

Properties

 

Functions

 

__construct()

Version: 1.0

Called when class is instantiated

Usage:

$api = new NOCL_Orderlicious_API( [ $elementType [, $elementID ] ] );

 

Paramenters:

 

Returns:

Silently after setting property values internally.  Actually, returns this class as an object.

 

Process: