Page MenuHomePhorge

ConpherencePontificateControl.php
No OneTemporary

Size
529 B
Referenced Files
None
Subscribers
None

ConpherencePontificateControl.php

<?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

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)

Event Timeline