PHP5 constructor.
Source
public function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}
| CARVIEW |
PHP5 constructor.
public function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}
| Uses | Description |
|---|---|
POMO_Reader::__construct()wp-includes/pomo/streams.php | PHP5 constructor. |
| Used by | Description |
|---|---|
POMO_CachedFileReader::__construct()wp-includes/pomo/streams.php | PHP5 constructor. |
POMO_StringReader::POMO_StringReader()wp-includes/pomo/streams.php | PHP4 constructor. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.