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