Beispiel #1
0
 function setContext($key, $value)
 {
     parent::setContext($key, $value);
 }
Beispiel #2
0
 function initFOObject(FO_Object $col)
 {
     if (!$col instanceof FO_TableCell) {
         return;
     }
     $col->setContext("column", $this->colIndex++);
 }