Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14769444
D11274.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
694 B
Referenced Files
None
Subscribers
None
D11274.id.diff
View Options
diff --git a/src/console/PhutilConsoleTable.php b/src/console/PhutilConsoleTable.php
--- a/src/console/PhutilConsoleTable.php
+++ b/src/console/PhutilConsoleTable.php
@@ -111,7 +111,7 @@
$console->writeOut('%s', $this->getFooter());
}
- private function getHeader() {
+ public function getHeader() {
$output = '';
if ($this->borders) {
@@ -141,7 +141,7 @@
return $output;
}
- private function getBody() {
+ public function getBody() {
$output = '';
foreach ($this->data as $data) {
@@ -160,7 +160,7 @@
return $output;
}
- private function getFooter() {
+ public function getFooter() {
$output = '';
if ($this->borders) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 8:24 PM (2 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7043261
Default Alt Text
D11274.id.diff (694 B)
Attached To
Mode
D11274: Make getHeader, getBody and getFooter members public on PhutilConsoleTable
Attached
Detach File
Event Timeline
Log In to Comment