ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
included_data.php
Go to the documentation of this file.
1 <?php
2 function included_data()
3 {
4  return array(
5  array(
6  'title' => 'Online Presentation of some Insurance Topic',
7  'type' => 'Webinar',
8  'begin_date' => '30.09.2017',
9  'bookings_available' => '3',
10  'target_group' => 'Employees, Field Service',
11  'goals' => 'Lorem Ipsum....',
12  'topics' => '<li>Tranportations</li><li>Europapolice</li>',
13  'date' => '30.09.2017 - 02.10.2017',
14  'location' => 'Hamburg',
15  'address' => 'Hauptstraße 123',
16  'fee' => '380 €'
17  ),
18  array(
19  'title' => 'Workshop: Life Insurance 2017',
20  'type' => 'Face 2 Face',
21  'begin_date' => '12.12.2017',
22  'bookings_available' => '12',
23  'target_group' => 'Agencies, Field Service',
24  'goals' => 'Life insurance (or life assurance, especially in the Commonwealth of Nations), is a contract between an insurance policy holder and an insurer or assurer, where the insurer promises to pay a designated beneficiary a sum of money (the benefit) in exchange for a premium, upon the death of an insured person (often the policy holder). Depending on the contract, other events such as terminal illness or critical illness can also trigger payment. The policy holder typically pays a premium, either regularly or as one lump sum. Other expenses (such as funeral expenses) can also be included in the benefits.',
25  'topics' => 'Life-based contracts tend to fall into two major categories:
26  <ul><li>Protection policies – designed to provide a benefit, typically a lump sum payment, in the event of a specified occurrence. A common form - more common in years past - of a protection policy design is term insurance.</li>
27  <li>Investment policies – the main objective of these policies is to facilitate the growth of capital by regular or single premiums. Common forms (in the U.S.) are whole life, universal life, and variable life policies.</li></ul>',
28  'date' => '12.12.2017 - 14.12.2017',
29  'location' => 'Cologne',
30  'address' => 'Holiday Inn, Am Dom 12, 50667 Köln',
31  'fee' => '500 €'
32  ),
33  array(
34  'title' => 'Basics: Preparation for Seminars',
35  'type' => 'Online Training',
36  'begin_date' => '-',
37  'bookings_available' => 'unlimited',
38  'target_group' => 'All',
39  'goals' => '',
40  'topics' => '',
41  'date' => '-',
42  'location' => 'online',
43  'address' => '',
44  'fee' => '-'
45  )
46  );
47 }
included_data()