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
107 $this->_currentTagContents = '';
134 $this->_currentTagContents .= $cdata;
148 $value = (int)trim($this->_currentTagContents);
152 $value = (float)trim($this->_currentTagContents);
156 $value = (string)($this->_currentTagContents);
160 $value = new Date(trim($this->_currentTagContents));
165 if (trim($this->_currentTagContents) != '') {
166 $value = (string)$this->_currentTagContents;
171 $value = (bool)trim($this->_currentTagContents);
[all …]