/**
  * @return ActiveQuery
  * @since 1.0.0
  */
 public function getPhrase()
 {
     return $this->hasOne(Phrase::className(), ['id' => 'phrase_id']);
 }