PHP4 constructor.
Description
See also
Source
public function POMO_StringReader( $str = '' ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $str );
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |
| CARVIEW |
This method has been deprecated. Use POMO_StringReader::__construct() instead.
PHP4 constructor.
public function POMO_StringReader( $str = '' ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $str );
}
| Uses | Description |
|---|---|
_deprecated_constructor()wp-includes/functions.php | Marks a constructor as deprecated and informs when it has been used. |
POMO_StringReader::__construct()wp-includes/pomo/streams.php | PHP5 constructor. |
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.