PHP Class OEModule\OphCoCvi\components\LabelManager

Inheritance: extends ODTTemplateManage\ODTTemplateManager
Show file Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$cols string
$rows

Public Methods

Method Description
__construct ( $filename, $templateDir, $outputDir, $outputName )
fillLabelsInTable ( $tableName, $addressesArray, $firstEmptyCell ) * Fill labels in document table by table-name

Private Methods

Method Description
generateArrayToTable ( $addressesArray, $firstEmptyCell ) * Generate array to ODTTemplatemanager fillTableByName valid data array from a simple array

Method Details

__construct() public method

public __construct ( $filename, $templateDir, $outputDir, $outputName )
$filename
$templateDir
$outputDir
$outputName

fillLabelsInTable() public method

* Fill labels in document table by table-name
public fillLabelsInTable ( $tableName, $addressesArray, $firstEmptyCell )
$tableName
$addressesArray
$firstEmptyCell

Property Details

$cols public property

public string $cols
return string

$rows public property

public $rows