On this page
POMO_StringReader::__construct( $str = '' )
PHP5 constructor.
Source
File: wp-includes/pomo/streams.php. View all references
public function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}
Related
Uses
| Uses | Description |
|---|---|
| POMO_Reader::__construct() wp-includes/pomo/streams.php | PHP5 constructor. |
Used By
| Used By | Description |
|---|---|
| POMO_CachedFileReader::__construct() wp-includes/pomo/streams.php | PHP5 constructor. |
| POMO_StringReader::POMO_StringReader() wp-includes/pomo/streams.php | PHP4 constructor. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_stringreader/__construct