Differential D14453 Diff 34953 src/applications/transactions/view/PhabricatorApplicationEditHTTPParameterHelpView.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/transactions/view/PhabricatorApplicationEditHTTPParameterHelpView.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Renders the "HTTP Parameters" help page for edit engines. | * Renders the "HTTP Parameters" help page for edit engines. | ||||
| * | * | ||||
| * This page has a ton of text and specialized rendering on it, this class | * This page has a ton of text and specialized rendering on it, this class | ||||
| * just pulls it out of the main @{class:PhabricatorApplicationEditEngine}. | * just pulls it out of the main @{class:PhabricatorEditEngine}. | ||||
| */ | */ | ||||
| final class PhabricatorApplicationEditHTTPParameterHelpView | final class PhabricatorApplicationEditHTTPParameterHelpView | ||||
| extends AphrontView { | extends AphrontView { | ||||
| private $object; | private $object; | ||||
| private $fields; | private $fields; | ||||
| public function setObject($object) { | public function setObject($object) { | ||||
| ▲ Show 20 Lines • Show All 242 Lines • Show Last 20 Lines | |||||