* @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;