getRestParams(); if (empty($params)) { $this->_action = 'none'; } return $this; } protected function _doShow() { $item['tpl'] = $this->getTemplate('show.tpl'); $this->_addItem($item); $this->_doc->setHtmlAttrib('xmlns:fb', 'http://ogp.me/ns/fb#'); return $this; } protected function _doNone() { return true; } }