Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108009280
PhabricatorBulkEditGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 13, 03:08
Size
387 B
Mime Type
text/x-php
Expires
Tue, Apr 15, 03:08 (2 d)
Engine
blob
Format
Raw Data
Handle
25512425
Attached To
rPH Phabricator
PhabricatorBulkEditGroup.php
View Options
<?php
final
class
PhabricatorBulkEditGroup
extends
Phobject
{
private
$key
;
private
$label
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
()
{
return
$this
->
label
;
}
}
Event Timeline
Log In to Comment