Page MenuHomec4science

PhortunePaymentMethodViewController.php
No OneTemporary

File Metadata

Created
Sat, Jan 18, 12:42

PhortunePaymentMethodViewController.php

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

Event Timeline