PHP4 constructor.
Description
See also
Source
public function POMO_FileReader( $filename ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $filename );
}
Changelog
Version | Description |
---|---|
5.4.0 | Introduced. |
This method has been deprecated. Use POMO_FileReader::__construct() instead.
PHP4 constructor.
public function POMO_FileReader( $filename ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $filename );
}
Version | Description |
---|---|
5.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.