protected function createActionUrl($actionName, $func) { return RFUtil::buildURL($this->getBasePath(), array('action' => $actionName, 'func' => $func)); }
public function setRowDataSource($dsFunc, $db) { $this->setDashboard($db); $this->props->addItemToList("data.sources", "tableRowDataSource", array('url' => RFUtil::buildURL($this->getBasePath(), array('action' => 'getData', 'func' => $dsFunc, 'component' => $this->getID())))); }
private function buildRefreshURL() { $url = RFUtil::buildURL($this->getBasePath(), array('getDashboardAsJSON' => true)); return $url; }