Пример #1
0
 public function poll_id($poll_id = null)
 {
     if ($poll_id) {
         $this->andWhere([Member::tableName() . '.poll_id' => $poll_id]);
     }
     return $this;
 }