255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'settlement_location_id' => 'Settlement Location ID', 'value' => 'Value', ]; } /** * @return \yii\db\ActiveQuery */ public function getSettlementAddressLinks() { return $this->hasMany(SettlementAddressLink::className(), ['settlement_location_id' => 'settlement_location_id'])->inverseOf('settlementLocation'); } }