GoLang UI\Menu::appendCheck

request it (216)
GoLang replacement for PHP's UI\Menu::appendCheck [edit | history]



Do you know a GoLang replacement for PHP's UI\Menu::appendCheck? Write it!

PHP UI\Menu::appendCheck

PHP original manual for UI\Menu::appendCheck [ show | php.net ]

UI\Menu::appendCheck

(PHP 7, UI 0.9.9)

UI\Menu::appendCheckAppend Checkable Menu Item

Description

public UI\MenuItem UI\Menu::appendCheck ( string $name [, string $type = UI\MenuItem::class ] )

Shall append a checkable menu item

Parameters

name

The name (text) for the new item

type

The type for the new item

Return Values

A constructed checkable menu item of the given type