Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F452651
FuelGridCellView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
FuelGridCellView.php
View Options
<?php
final
class
FuelGridCellView
extends
FuelComponentView
{
private
$content
;
public
function
setContent
(
$content
)
{
$this
->
content
=
$content
;
return
$this
;
}
public
function
getContent
()
{
return
$this
->
content
;
}
public
function
render
()
{
$content
=
$this
->
getContent
();
return
$this
->
newComponentTag
(
'div'
,
array
(
'class'
=>
'fuel-grid-cell'
,
),
$content
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 12:55 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68795
Default Alt Text
FuelGridCellView.php (445 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment