Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
google_map_location_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
31
class
Google_Map_Location_Management
extends
Asset_Management
32
{
33
34
39
function
Google_Map_Location_Management
(&$pm)
40
{
41
$this->
Asset_Management
($pm);
42
$this->vars = Array (
43
'name'
=> Array (
44
'added'
=>
'0.1'
,
45
'type'
=>
'text'
,
46
'default'
=>
''
,
47
'description'
=>
'The name of the location'
,
48
'is_admin'
=> FALSE,
49
'is_contextable'
=> TRUE,
50
'parameters'
=> Array (
51
'allow_empty'
=> FALSE,
52
),
53
),
54
'short_name'
=> Array (
55
'added'
=>
'0.1'
,
56
'type'
=>
'text'
,
57
'default'
=>
''
,
58
'description'
=>
'The name of the location'
,
59
'is_admin'
=> FALSE,
60
'is_contextable'
=> TRUE,
61
'parameters'
=> Array (
62
'allow_empty'
=> FALSE,
63
),
64
),
65
'longitude'
=> Array (
66
'added'
=>
'0.1'
,
67
'type'
=>
'text'
,
68
'default'
=>
''
,
69
'description'
=>
'The longitude of the location'
,
70
'is_admin'
=> FALSE,
71
'parameters'
=> Array (
72
'allow_empty'
=> TRUE,
73
),
74
),
75
'latitude'
=> Array (
76
'added'
=>
'0.1'
,
77
'type'
=>
'text'
,
78
'default'
=>
''
,
79
'description'
=>
'The latitude of the location'
,
80
'is_admin'
=> FALSE,
81
'parameters'
=> Array (
82
'allow_empty'
=> TRUE,
83
),
84
),
85
'description'
=> Array (
86
'added'
=>
'0.1'
,
87
'type'
=>
'text'
,
88
'default'
=>
''
,
89
'description'
=>
'The description of the location'
,
90
'is_admin'
=> FALSE,
91
'is_contextable'
=> TRUE,
92
'parameters'
=> Array (
93
'allow_empty'
=> TRUE,
94
),
95
),
96
'icon_url'
=> Array (
97
'added'
=>
'0.1'
,
98
'type'
=>
'text'
,
99
'default'
=>
''
,
100
'description'
=>
'The URL for this location icon'
,
101
'is_admin'
=> FALSE,
102
'parameters'
=> Array (
103
'allow_empty'
=> TRUE,
104
),
105
),
106
);
107
108
}
//end constructor
109
110
111
}
//end class
112
?>
squiz_matrix
packages
google_maps
google_map_location
google_map_location_management.inc
Generated on Tue Jan 29 2013 14:05:02 for Squiz Matrix by
1.8.3.1