Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102513612
ConpherencePontificateControl.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
Fri, Feb 21, 12:39
Size
529 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 12:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24340554
Attached To
rPH Phabricator
ConpherencePontificateControl.php
View Options
<?php
final
class
ConpherencePontificateControl
extends
AphrontFormControl
{
private
$formID
;
public
function
setFormID
(
$form_id
)
{
$this
->
formID
=
$form_id
;
return
$this
;
}
public
function
getFormID
()
{
return
$this
->
formID
;
}
protected
function
getCustomControlClass
()
{
return
'aphront-form-control-submit'
;
}
protected
function
renderInput
()
{
return
javelin_tag
(
'button'
,
array
(
'sigil'
=>
'conpherence-pontificate'
,
),
pht
(
'Pontificate'
));
}
}
Event Timeline
Log In to Comment