POMO_StringReader::__construct( $str = '' )
PHP5 constructor.
Source
File: wp-includes/pomo/streams.php
function __construct( $str = '' ) {
parent::POMO_Reader();
$this->_str = $str;
$this->_pos = 0;
}
PHP5 constructor.
File: wp-includes/pomo/streams.php
function __construct( $str = '' ) {
parent::POMO_Reader();
$this->_str = $str;
$this->_pos = 0;
}