Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:33:22 AM (7 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6406.

File:
1 edited

Legend:

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

    r10417 r10418  
    119119     * @param string $replace_format Optional; if 'replace', replaces the format instead of adding to it.
    120120     *                               Defaults to 'add'.
    121      *
    122121     * @return BP_XProfile_Field_Type
    123122     */
     
    154153     *
    155154     * @param string|array $values Whitelisted values.
    156      *
    157155     * @return BP_XProfile_Field_Type
    158156     */
     
    183181     *
    184182     * @param string|array $values Value to check against the registered formats.
    185      *
    186183     * @return bool True if the value validates
    187184     */
     
    236233     *
    237234     * @param array $raw_properties Optional key/value array of permitted attributes that you want to add.
     235     * @return void
    238236     */
    239237    abstract public function edit_field_html( array $raw_properties = array() );
     
    244242     * Must be used inside the {@link bp_profile_fields()} template loop.
    245243     *
     244     * @since 2.0.0
     245     *
    246246     * @param array $raw_properties Optional key/value array of permitted attributes that you want to add.
    247      * @since 2.0.0
     247     * @return void
    248248     */
    249249    abstract public function admin_field_html( array $raw_properties = array() );
     
    419419     * @since 2.4.0 Added the `$field_id` parameter.
    420420     *
    421      * @param mixed $field_value Submitted field value.
    422      * @param int   $field_id    Optional. ID of the field.
    423      *
     421     * @param mixed      $field_value Submitted field value.
     422     * @param string|int $field_id    Optional. ID of the field.
    424423     * @return mixed
    425424     */
     
    438437     * @since 2.4.0 Added `$field_id` parameter.
    439438     *
    440      * @param mixed $field_value Field value.
    441      * @param int   $field_id    ID of the field.
    442      *
     439     * @param mixed      $field_value Field value.
     440     * @param string|int $field_id    ID of the field.
    443441     * @return mixed
    444442     */
     
    458456     *
    459457     * @param array $properties Optional key/value array of attributes for this edit field.
    460      *
    461458     * @return string
    462459     */
Note: See TracChangeset for help on using the changeset viewer.