コード例 #1
0
 /**
  * Get article list
  */
 public function actionIndex()
 {
     $params = $this->getQuery();
     $accountId = $this->getAccountId();
     return Article::search($accountId, $params);
 }