Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/01/2015 04:18:13 AM (9 years ago)
Author:
tw2113
Message:

First pass of documentation cleanup for the XProfile Component.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-placeholder.php

    r10142 r10163  
    11<?php
    22/**
    3  * BuddyPress XProfile Classes
     3 * BuddyPress XProfile Classes.
    44 *
    55 * @package BuddyPress
     
    3131     * Prevent any HTML being output for this field type.
    3232     *
    33      * @param array $raw_properties Optional key/value array of {@link http://dev.w3.org/html5/markup/input.text.html permitted attributes} that you want to add.
    3433     * @since 2.0.1
     34     *
     35     * @param array $raw_properties Optional key/value array of
     36     *                              {@link http://dev.w3.org/html5/markup/input.text.html permitted attributes}
     37     *                              that you want to add.
    3538     */
    3639    public function edit_field_html( array $raw_properties = array() ) {
     
    4043     * Prevent any HTML being output for this field type.
    4144     *
     45     * @since 2.0.1
     46     *
    4247     * @param array $raw_properties Optional key/value array of permitted attributes that you want to add.
    43      * @since 2.0.1
    4448     */
    4549    public function admin_field_html( array $raw_properties = array() ) {
     
    4953     * Prevent any HTML being output for this field type.
    5054     *
     55     * @since 2.0.1
     56     *
    5157     * @param BP_XProfile_Field $current_field The current profile field on the add/edit screen.
    52      * @param string $control_type Optional. HTML input type used to render the current field's child options.
    53      * @since 2.0.1
     58     * @param string            $control_type  Optional. HTML input type used to render the current
     59     *                                         field's child options.
    5460     */
    5561    public function admin_new_field_html( BP_XProfile_Field $current_field, $control_type = '' ) {}
Note: See TracChangeset for help on using the changeset viewer.