Home
last modified time | relevance | path

Searched refs:_currentTagContents (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php23 private $_currentTagContents; variable in IXR\\Message\\Message
103 $this->_currentTagContents = '';
130 $this->_currentTagContents .= $cdata;
144 $value = (int)trim($this->_currentTagContents);
148 $value = (double)trim($this->_currentTagContents);
152 $value = (string)($this->_currentTagContents);
156 $value = new Date(trim($this->_currentTagContents));
161 if (trim($this->_currentTagContents) != '') {
162 $value = (string)$this->_currentTagContents;
167 $value = (boolean)trim($this->_currentTagContents);
[all …]