Differential D15997 Diff 38505 src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
| <?php | <?php | ||||
| final class CelerityDefaultPostprocessor | final class CelerityDefaultPostprocessor | ||||
| extends CelerityPostprocessor { | extends CelerityPostprocessor { | ||||
| const POSTPROCESSOR_KEY = 'default'; | const POSTPROCESSOR_KEY = 'default'; | ||||
| public function getPostprocessorKey() { | public function getPostprocessorKey() { | ||||
| return self::POSTPROCESSOR_KEY; | return self::POSTPROCESSOR_KEY; | ||||
| } | } | ||||
| public function getPostprocessorName() { | public function getPostprocessorName() { | ||||
| return pht('Use Default Colors'); | return pht('Use Standard Colors'); | ||||
| } | } | ||||
| public function buildDefaultPostprocessor() { | public function buildDefaultPostprocessor() { | ||||
| return null; | return null; | ||||
| } | } | ||||
| public function buildVariables() { | public function buildVariables() { | ||||
| return array( | return array( | ||||
| ▲ Show 20 Lines • Show All 190 Lines • Show Last 20 Lines | |||||