Home
last modified time | relevance | path

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

/plugin/jsonrpc/
DIJR_Message.php31 var $_currentTagContents; variable in IJR_Message
64 $this->_currentTagContents = '';
82 $this->_currentTagContents .= $cdata;
89 $value = (int)trim($this->_currentTagContents);
90 $this->_currentTagContents = '';
94 $value = (double)trim($this->_currentTagContents);
95 $this->_currentTagContents = '';
99 $value = (string)$this->_currentTagContents;
100 $this->_currentTagContents = '';
104 $value = new IJR_Date(trim($this->_currentTagContents));
[all …]