Resources » API Functions

Application Programming Interface Functions

The Application Programming Interface (API) provides many Etomite class functions which make programming within Etomite a whole lot easier. If you are familiar with PHP, and want to create custom snippets, then becoming familiar with the API will be of great benefit to your programming endeavors. If you have already checked out the Snippets section then you may have already noticed some of the Etomite class API functions already... All of the API function calls are written in a format similar to:

$result = $etomite->functionName($param1, $param2, etc.);

We won't go into a long list of the functions here, this is just a good place to inform you of the API and to provide a link to the API Functions section of the documentation site. While this section of the documentation is in need of some major improvement, it is a good starting place.