7.24. Opt_Output_Interface class
7.24.1. getName()
7.24. Opt_Output_Interface class
« Previous
7.24.2. render()
Next »

7.24.1. getName()

ConstructAbstract method
Visibilitypublic
Referencestring getName()
Returned valueThe output system name

This method must return the output system name. It is used mostly for debug purposes. Sample implementation:

public function getName()
{
    return 'My output';
} // end getName();
7.24.1. getName()
7.24. Opt_Output_Interface class
« Previous
7.24. Opt_Output_Interface class
Next »
7.24.2. render()