control if not set if(empty($app->control)) { $app->control = $tester; } $result = $this->instance->isClickable($data, $action); if(dao::isError()) return dao::getError(); return $result; } /** * Test getToAndCcList method. * * @param object $story * @param string $actionType * @access public * @return mixed */ public function getToAndCcListTest($story, $actionType) { $result = $this->instance->getToAndCcList($story, $actionType); if(dao::isError()) return dao::getError(); return $result; } }