Skip to content

Instantly share code, notes, and snippets.

@DeaVenditama
Created December 5, 2019 08:32
Show Gist options
  • Save DeaVenditama/88e69e67e4d01616bb38361aedfc3efe to your computer and use it in GitHub Desktop.
Save DeaVenditama/88e69e67e4d01616bb38361aedfc3efe to your computer and use it in GitHub Desktop.
simpeg part1. tambahan helper
public function getAgama($id)
{
return $this->agama[$id];
}
public function getJenisKelamin($id)
{
return $this->jenisKelamin[$id];
}
public function getStatusPegawai($id)
{
return $this->statusPegawai[$id];
}
public function getStatusNikah($id)
{
return $this->statusNikah[$id];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment