191], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'mfo' => 'Mfo', 'edrpou' => 'Edrpou', 'name_e' => 'Name E', 'type' => 'Type', 'address' => 'Address', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'deleted_at' => 'Deleted At', ]; } /** * {@inheritdoc} * @return BanksQuery the active query used by this AR class. */ public static function find() { return new BanksQuery(get_called_class()); } }