Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889448
PHUIFormationResizerView.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
606 B
Referenced Files
None
Subscribers
None
PHUIFormationResizerView.php
View Options
<?php
final
class
PHUIFormationResizerView
extends
PHUIFormationColumnView
{
private
$isVisible
;
public
function
setIsVisible
(
$is_visible
)
{
$this
->
isVisible
=
$is_visible
;
return
$this
;
}
public
function
getIsVisible
(
)
{
return
$this
->
isVisible
;
}
public
function
getWidth
(
)
{
return
8
;
}
public
function
render
(
)
{
$width
=
$this
->
getWidth
(
)
;
$style
=
sprintf
(
'width: %dpx;'
,
$width
)
;
return
phutil_tag
(
'div'
,
array
(
'id'
=>
$this
->
getID
(
)
,
'class'
=>
'phui-formation-resizer'
,
'style'
=>
$style
,
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 12:10 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124419
Default Alt Text
PHUIFormationResizerView.php (606 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment