[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class PhabricatorRepositoryPushReplyHandler 4 extends PhabricatorMailReplyHandler { 5 6 public function validateMailReceiver($mail_receiver) { 7 return; 8 } 9 10 public function getPrivateReplyHandlerEmailAddress( 11 PhabricatorObjectHandle $handle) { 12 return null; 13 } 14 15 public function getReplyHandlerDomain() { 16 return null; 17 } 18 19 public function getReplyHandlerInstructions() { 20 return null; 21 } 22 23 protected function receiveEmail(PhabricatorMetaMTAReceivedMail $mail) { 24 return; 25 } 26 27 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |