Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894867
FuelMapView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
704 B
Referenced Files
None
Subscribers
None
FuelMapView.php
View Options
<?php
final
class
FuelMapView
extends
FuelComponentView
{
private
$items
=
array
(
)
;
public
function
newItem
(
)
{
$item
=
new
FuelMapItemView
(
)
;
$this
->
items
[
]
=
$item
;
return
$item
;
}
public
function
render
(
)
{
require_celerity_resource
(
'fuel-map-css'
)
;
$items
=
$this
->
items
;
if
(
!
$items
)
{
return
null
;
}
$body
=
phutil_tag
(
'div'
,
array
(
'class'
=>
'fuel-map-items'
,
)
,
$items
)
;
$map
=
phutil_tag
(
'div'
,
array
(
'class'
=>
'fuel-map'
,
)
,
$body
)
;
return
$this
->
newComponentTag
(
'div'
,
array
(
'class'
=>
'fuel-map-component'
,
)
,
$map
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 20:36 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128499
Default Alt Text
FuelMapView.php (704 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment