/** * @see \common\service\interfaces\ICommonService::add() */ public function beginTransaction() { $this->modelDao->beginTransaction(); }