Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F982204
ConpherencePontificateControl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
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'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 1:45 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236070
Default Alt Text
ConpherencePontificateControl.php (529 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment