Signed-off-by: Roland Häder <roland@mxchange.org>
* @return $isInitialized Whether the file header is initialized
*/
protected function isFileHeaderInitialized () {
+ // Is the method there?
+ assert(is_callable(array($this, 'readFileHeader')));
+
//* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] CALLED!', __METHOD__, __LINE__));
// Default is not initialized
$isInitialized = FALSE;
*
* @return void
*/
- private function readFileHeader () {
+ protected function readFileHeader () {
//* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] CALLED!', __METHOD__, __LINE__));
// First rewind to beginning as the header sits at the beginning ...
*
* @return void
*/
- private function readFileHeader () {
+ protected function readFileHeader () {
//* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] CALLED!', __METHOD__, __LINE__));
// First rewind to beginning as the header sits at the beginning ...