Page MenuHomestyx hydra

PhortunePaymentMethodViewController.php
No OneTemporary

PhortunePaymentMethodViewController.php

<?php
final class PhortunePaymentMethodViewController extends PhabricatorController {
public function processRequest() {
$title = '...';
$crumbs = $this->buildApplicationCrumbs();
return $this->buildApplicationPage(
array(
$crumbs,
),
array(
'title' => $title,
'device' => true,
));
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 10:16 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851484
Default Alt Text
PhortunePaymentMethodViewController.php (356 B)

Event Timeline