parent root
PHP: UI\MenuItem - Manual
PHP 7.2.23 Release Announcement

Menu Item

(PHP 7, UI 0.9.9)

Introduction

Menu Items should only be created by the Menu

Class synopsis

UI\MenuItem {
/* Methods */
public disable ( void )
public enable ( void )
public isChecked ( void ) : bool
protected onClick ( void )
public setChecked ( bool $checked )
}

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root