Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F972885
PHUIPropertyGroupView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
432 B
Referenced Files
None
Subscribers
None
PHUIPropertyGroupView.php
View Options
<?php
final
class
PHUIPropertyGroupView
extends
AphrontTagView
{
private
$items
;
public
function
addPropertyList
(
PHUIPropertyListView
$item
)
{
$this
->
items
[]
=
$item
;
}
protected
function
canAppendChild
()
{
return
false
;
}
protected
function
getTagAttributes
()
{
return
array
(
'class'
=>
'phui-property-list-view'
,
);
}
protected
function
getTagContent
()
{
return
$this
->
items
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 6:28 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
211317
Default Alt Text
PHUIPropertyGroupView.php (432 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment