Signed-off-by: Roland Häder <roland@mxchange.org>
} // END - if
// Read file header
- $this->readFileHeader()
+ $this->readFileHeader();
// The above method does already check the header
$isInitialized = TRUE;
*/
public function readFileHeader () {
// Call block instance
- $this->getBlockInstance()->readFileHeader()
+ $this->getBlockInstance()->readFileHeader();
}
/**
*/
public function flushFileHeader () {
// Call block instance
- $this->getBlockInstance()->flushFileHeader()
+ $this->getBlockInstance()->flushFileHeader();
}
}