Page MenuHomePhorge

PhabricatorPhurlURLReplyHandler.php
No OneTemporary

Size
414 B
Referenced Files
None
Subscribers
None

PhabricatorPhurlURLReplyHandler.php

<?php
final class PhabricatorPhurlURLReplyHandler
extends PhabricatorApplicationTransactionReplyHandler {
public function validateMailReceiver($mail_receiver) {
if (!($mail_receiver instanceof PhabricatorPhurlURL)) {
throw new Exception(
pht(
'Mail receiver is not a %s!',
'PhabricatorPhurlURL'));
}
}
public function getObjectPrefix() {
return 'U';
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:00 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97626
Default Alt Text
PhabricatorPhurlURLReplyHandler.php (414 B)

Event Timeline