Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getT()
 {
     return $this->hasMany(CsPropertiesTranslation::className(), ['property_id' => 'id']);
 }