bp_buttons_group :: __构造(大批$ args.=大批()的)
构造函数
描述
参数
- $ args.
-
(大批的)(可选的)具有以下参数的数组{@type字符串$ ID作为按钮的唯一ID使用。必需的。@type int $位置插入按钮。默认为99. @type字符串$组件组件的该按钮是(例如:活动,组..)。必需的。@type bool $ must_be_logged_in是否只能显示按钮以登录用户。默认为true。@type bool $ block_self可选。如果在用户查看自己的配置文件时应隐藏按钮,则为TRUE。默认为false。 @type string $parent_element Whether to use a wrapper. Defaults to false. @type string $parent_attr set an array of attributes for the parent element. @type string $button_element Set this to 'button', 'img', or 'a', defaults to anchor. @type string $button_attr Any attributes required for the button_element @type string $link_text The text of the link. Required. }
默认值:array()
来源
文件:bp-templates / bp-nouveau /包括/ classes.php
公共功能__Construct($ args = array()){foreach($ args为$ arg){$ this-> set($ arg);}}
变更乐
版本 | 描述 |
---|---|
Buddypress 3.0.0. | 介绍。 |