setValue( pht( 'This is a visual divider which you can use to separate '. 'sections in the menu. It does not have any configurable '. 'options.')), ); } protected function newNavigationMenuItems( PhabricatorProfileMenuItemConfiguration $config) { $item = $this->newItem() ->setType(PHUIListItemView::TYPE_DIVIDER) ->addClass('phui-divider'); return array( $item, ); } }