Skip to content
Nuno Godinho edited this page May 20, 2019 · 3 revisions

A source is a way to get the data that will be fed into a format in order for abaK to build our constants. In other words, it defines the source of the data to be provided.

Source classes implement interface ZIF_ABAK_SOURCE.

Built-in source types

abaK supports the following source types out-of-the-box:

Custom source types

abaK can be easily extended with new custom-made source types to suit specific needs. Learn how to do it in page Source: Custom.

Clone this wiki locally