Changeset View
Changeset View
Standalone View
Standalone View
src/applications/harbormaster/view/HarbormasterUnitSummaryView.php
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | if ($this->showViewAll) { | ||||
| $header->addActionLink($view_all); | $header->addActionLink($view_all); | ||||
| } | } | ||||
| $box = id(new PHUIObjectBoxView()) | $box = id(new PHUIObjectBoxView()) | ||||
| ->setHeader($header) | ->setHeader($header) | ||||
| ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY); | ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY); | ||||
| $table = id(new HarbormasterUnitPropertyView()) | $table = id(new HarbormasterUnitPropertyView()) | ||||
| ->setViewer($this->getViewer()) | |||||
| ->setUnitMessages($messages); | ->setUnitMessages($messages); | ||||
| if ($this->showViewAll) { | if ($this->showViewAll) { | ||||
| $table->setFullResultsURI($full_uri); | $table->setFullResultsURI($full_uri); | ||||
| } | } | ||||
| if ($this->limit) { | if ($this->limit) { | ||||
| $table->setLimit($this->limit); | $table->setLimit($this->limit); | ||||
| Show All 23 Lines | |||||