Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F445100
PhabricatorWorkboardActionView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
709 B
Referenced Files
None
Subscribers
None
PhabricatorWorkboardActionView.php
View Options
<?php
final
class
PhabricatorWorkboardActionView
extends
AphrontView
{
private
$href
;
private
$workflow
;
private
$image
;
public
function
setHref
(
$href
)
{
$this
->
href
=
$href
;
return
$this
;
}
public
function
setWorkflow
(
$workflow
)
{
$this
->
workflow
=
$workflow
;
return
$this
;
}
public
function
setImage
(
$image
)
{
$this
->
image
=
$image
;
}
public
function
render
()
{
return
phutil_tag
(
'a'
,
array
(
'href'
=>
$this
->
href
,
'class'
=>
'phabricator-workboard-action-item-link'
,
'sigil'
=>
$this
->
workflow
?
'workflow'
:
null
,
'style'
=>
'background-image: url('
.
$this
->
image
.
');'
),
''
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 1:06 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65507
Default Alt Text
PhabricatorWorkboardActionView.php (709 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment