Changeset View
Changeset View
Standalone View
Standalone View
src/applications/nuance/item/NuanceFormItemType.php
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | $content_box = id(new PHUIObjectBoxView()) | ||||
| ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) | ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) | ||||
| ->appendChild($content_section); | ->appendChild($content_section); | ||||
| return array( | return array( | ||||
| $content_box, | $content_box, | ||||
| ); | ); | ||||
| } | } | ||||
| protected function handleAction(NuanceItem $item, $action) { | |||||
| return null; | |||||
| } | |||||
| } | } | ||||