Home
last modified time | relevance | path

Searched refs:_currentTagContents (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php23 private $_currentTagContents; variable in IXR\\Message\\Message
104 $this->_currentTagContents = '';
131 $this->_currentTagContents .= $cdata;
145 $value = (int)trim($this->_currentTagContents);
149 $value = (double)trim($this->_currentTagContents);
153 $value = (string)($this->_currentTagContents);
157 $value = new Date(trim($this->_currentTagContents));
162 if (trim($this->_currentTagContents) != '') {
163 $value = (string)$this->_currentTagContents;
168 $value = (boolean)trim($this->_currentTagContents);
[all...]