POMO_CachedIntFileReader::__construct()publicWP 1.0

PHP5 constructor.

Method of the class: POMO_CachedIntFileReader{}

No Hooks.

Return

null. Nothing (null).

Usage

$POMO_CachedIntFileReader = new POMO_CachedIntFileReader();
$POMO_CachedIntFileReader->__construct( $filename );
$filename (required)
-

POMO_CachedIntFileReader::__construct() code WP 6.5.2

public function __construct( $filename ) {
	parent::__construct( $filename );
}