'News ID', 'topic_id' => 'Topic ID', ]; } /** * {@inheritdoc} * @return NewsTopicRelationQuery the active query used by this AR class. */ public static function find() { return new NewsTopicRelationQuery(get_called_class()); } }