- Timestamp:
- 12/22/2015 05:33:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r10417 r10418 119 119 * @param string $replace_format Optional; if 'replace', replaces the format instead of adding to it. 120 120 * Defaults to 'add'. 121 *122 121 * @return BP_XProfile_Field_Type 123 122 */ … … 154 153 * 155 154 * @param string|array $values Whitelisted values. 156 *157 155 * @return BP_XProfile_Field_Type 158 156 */ … … 183 181 * 184 182 * @param string|array $values Value to check against the registered formats. 185 *186 183 * @return bool True if the value validates 187 184 */ … … 236 233 * 237 234 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 235 * @return void 238 236 */ 239 237 abstract public function edit_field_html( array $raw_properties = array() ); … … 244 242 * Must be used inside the {@link bp_profile_fields()} template loop. 245 243 * 244 * @since 2.0.0 245 * 246 246 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 247 * @ since 2.0.0247 * @return void 248 248 */ 249 249 abstract public function admin_field_html( array $raw_properties = array() ); … … 419 419 * @since 2.4.0 Added the `$field_id` parameter. 420 420 * 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. 424 423 * @return mixed 425 424 */ … … 438 437 * @since 2.4.0 Added `$field_id` parameter. 439 438 * 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. 443 441 * @return mixed 444 442 */ … … 458 456 * 459 457 * @param array $properties Optional key/value array of attributes for this edit field. 460 *461 458 * @return string 462 459 */
Note: See TracChangeset
for help on using the changeset viewer.