Example #1
0
 private static function get_admin_user($id)
 {
     self::$admin_user = AdminUser::read(['*'], $id);
 }