Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
RWMB_Walker_Select_Tree
PHP Class RWMB_Walker_Select_Tree
Exibir arquivo
Open project: rilwis/meta-box
Class Usage Examples
Public Properties
Property
Type
Description
$field
string
Field data.
$meta
array
Field meta value.
Public Methods
Method
Description
__construct
(
$db_fields
,
$field
,
$meta
)
display_level
(
$options
,
$parent_id
,
$active
= false )
walk
(
$options
)
Method Details
__construct()
public
method
public
__construct
(
$db_fields
,
$field
,
$meta
)
display_level()
public
method
public
display_level
(
$options
,
$parent_id
,
$active
= false )
walk()
public
method
public
walk
(
$options
)
Property Details
$field
public_oe property
Field data.
public
string
$field
return
string
$meta
public_oe property
Field meta value.
public
array
$meta
return
array