Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891169
PHUIFormationColumnView.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
1 KB
Referenced Files
None
Subscribers
None
PHUIFormationColumnView.php
View Options
<?php
abstract
class
PHUIFormationColumnView
extends
AphrontAutoIDView
{
private
$item
;
private
$isDesktopOnly
;
final
public
function
setColumnItem
(
PHUIFormationColumnItem
$item
)
{
$this
->
item
=
$item
;
return
$this
;
}
final
public
function
getColumnItem
(
)
{
return
$this
->
item
;
}
public
function
getWidth
(
)
{
return
null
;
}
public
function
getIsResizable
(
)
{
return
false
;
}
public
function
getIsVisible
(
)
{
return
true
;
}
public
function
getIsControlColumn
(
)
{
return
false
;
}
public
function
getVisibleSettingKey
(
)
{
return
null
;
}
public
function
getWidthSettingKey
(
)
{
return
null
;
}
public
function
getMinimumWidth
(
)
{
return
null
;
}
public
function
getMaximumWidth
(
)
{
return
null
;
}
public
function
newClientProperties
(
)
{
return
null
;
}
public
function
getExpanderTooltip
(
)
{
return
null
;
}
public
function
setIsDesktopOnly
(
$is_desktop_only
)
{
$this
->
isDesktopOnly
=
$is_desktop_only
;
return
$this
;
}
public
function
getIsDesktopOnly
(
)
{
return
$this
->
isDesktopOnly
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 14:44 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125635
Default Alt Text
PHUIFormationColumnView.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment