Navigation: System activities > Use of PHP API methods for the CSV export example
Basic class
Let us start with the basic class without function:
Basic class without function (shortened)
<?php
class csvSystemActivity extends AbstractSystemActivityAPI
{
...
protected function exportCsv()
}