Prado\I18N\core\Gettext\TGettext_MO::_writeStr PHP Method

_writeStr() public method

_writeStr
public _writeStr ( string $string ) : integer
$string string
return integer
    function _writeStr($string)
    {
        return $this->_write($string . "");
    }