SlideMenuParent Class [PHP]

Summary

Properties Description
expand Get or set whether slidemenu parent expand initially
id Get or set id of slidemenu parent
link Get or set link of slidemenu parent.
parent Get the direct parent object
target Get or set target of slidemenu parent link.
text Get or set text of slidemenu parent
Methods Description
addChild Add child/panel/subparent object as a child to the parent

Properties Detail

expandTop

bool expand

Get or set whether slidemenu parent expand initially

Show/Hide Code

Supported from version: 1.0.0.0

idTop

string id

Get or set id of slidemenu parent

Show/Hide Code

Supported from version: 1.0.0.0

parentTop

SlideMenuParent parent

Get the direct parent object

Show/Hide Code

Supported from version: 1.0.0.0

targetTop

string target

Get or set target of slidemenu parent link.

Show/Hide Code

Supported from version: 1.4.0.0

textTop

string text

Get or set text of slidemenu parent

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

addChildTop

void addChild(object $child)

Add child/panel/subparent object as a child to the parent

Show/Hide Code

Supported from version: 1.0.0.0