Class

ExtendedFieldsService

Package: PHPBoost\Member\extended-fields Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2010 08 14 Located at: phpboost/member/extended-fields/ExtendedFieldsService.class.php
Methods summary
public static
# add( ExtendedField $extended_field )

Add a extended field

public static
# update( ExtendedField $extended_field )

Update a extended field

public static
# delete_by_id( integer $id )

Delete a extended field for id

public static
# delete_by_field_name( string $field_name )

Delete a extended field for field name

public static
# data_field( ExtendedField $extended_field, const $sort = self::SORT_BY_ID )

Return informations for extended field by id or field name

public static
# get_error( )

$return String Possible errors encountered

Constants summary
integer SORT_BY_ID
# 1
integer SORT_BY_FIELD_NAME
# 2