This interface is the abstract aimed to structure the exporters for the ADMS library

 Methods

This function needs to be implemented in order to export the data

export(\adms:AdmsObject[] $data, string $output) : boolean

access public

Parameters

$data

\adms:AdmsObject[]

data the data (AdmsObject table) which should be exported

$output

string

output another output than the simple boolean value

Exceptions

\DomainException
\InvalidArgumentException

Returns

boolean