예제 #1
0
 public function actionAll()
 {
     $accountId = $this->getAccountId();
     return Campaign::getByAccount($accountId);
 }