public function get_sms_level() { $smslevel = Emails::getsms_national(); foreach ($smslevel as $levels) { //gets phone number of the record that is to receive consumption sms $phones = $levels['number']; $this->getBalances($phones); } }