PHP_MARC_Field Class
Create a MARC Field object
Located in /packages/collections/lib/php-marc/php-marc.php (line 732)
Value of field, if field is a Control field
Value of the first indicator
Value of the second indicator
Specify if the Field is a Control field
Array of subfields
The tag name of the Field
Array of warnings
Add subfield
Appends subfields to existing fields last, not in "correct" place
Set/Get Data of Control field
Sets the Data if argument given, otherwise Data returned
Return Field formatted
Return Field as string, formatted in a similar fashion to the MARC::Record formatted() function in Perl
Get values of indicators
Is empty
Checks if the field is empty. Criteria is that it has atleast one subfield with a set value
Field init function
Create a new Field object from passed arguments
Return Field in Raw MARC
Return the Field formatted in Raw MARC for saving into MARC files
Replace Field with given Field
Get the value of a subfield
Return of the value of the given subfield, if exists
Update Field
Update Field with given array of arguments.
Croaking function
Similar to Perl's croak function, which ends parsing and raises an user error with a descriptive message.
Fuction to issue warnings
Warnings will not be displayed unless explicitly accessed, but all warnings issued during parse will be stored
Documentation generated on Wed, 05 Mar 2008 16:47:04 -0600 by phpDocumentor 1.3.1