예제 #1
0
 /**
  * @param $accountId
  */
 public function createByAccountId($accountId)
 {
     $settings = new Setting();
     $settings->setAccountId($accountId);
     $this->getPixiepadEntityManager()->persist($settings);
     $this->getPixiepadEntityManager()->flush();
 }