Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsyntax.php62 $link = $this->_propertyRaw('link',$match);
63 $startMarker = $this->_propertyRaw('startMarker',$match);
64 $tableNumber = $this->_propertyRaw('tableNumber',$match);
65 $display = $this->_propertyRaw('display', $match);
66 $position = $this->_propertyRaw('position', $match);
67 $tableid = $this->_propertyRaw('id', $match);
68 $class = $this->_propertyRaw('class', $match);
69 $title = $this->_propertyRaw('title', $match);
70 $source = $this->_propertyRaw('source', $match);
71 $caption = $this->_propertyRaw('caption', $match);
[all …]