public function getConfigAction() { $requestVO = Services_Widget_SetVO::instance()->setRequestGetConfigVO($this->params); if (Services_Widget_SetVO::instance()->checkIfRPC($requestVO)) { $service1 = new Yar_Server(new Services_Widget_Transaction()); $service1->handle(); } else { var_dump(__CLASS__, __FUNCTION__); } }
/** * @return Services_Widget_SetVO */ public static function instance() { if (is_null(self::$self)) { self::$self = new self(); } return self::$self; }
public function __construct() { $this->oSetVO = Services_Widget_SetVO::instance(); }
public function __construct() { $this->oSetVO = Services_Widget_SetVO::instance(); $this->client = REST_Client::instance(); }