Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: System activities > Use of PHP API methods for the CSV export example

Basic class

Scroll Prev Top Next More

Let us start with the basic class without function:

Basic class without function (shortened)

<?php

class csvSystemActivity extends AbstractSystemActivityAPI

{

...

    protected function exportCsv()

    {

 

    }

}