Class MarcRecord

Description

Located in /classes/Marc.php (line 196)


	
			
Variable Summary
Method Summary
MarcRecord __construct ()
void addFields ( $entry)
void get ()
void getField ([ $tag = NULL])
void getFields ([ $tag = NULL])
void getLeader ()
void getMnem ()
void getValue ([ $spec = NULL])
void getValues ([ $spec = NULL])
void setLeader ( $ldr, [ $lenient = False])
Variables
mixed $default_leader = '00000nam a2200000uu 4500' (line 197)
  • access: protected
mixed $fields (line 214)
  • access: protected
mixed $_leader_fields = array(
# array(name, type, length, title, required value)
array('length', 'num', 5, 'length', NULL),array('status','str',1,'record status',NULL),array('type','str',1,'record type',NULL),array('impl_0708','str',2,'impl_0708',NULL),array('encoding','str',1,'character encoding',NULL),array('nindicators','num',1,'indicator count',2),array('identlen','num',1,'subfield code length',2),array('baseAddr','num',5,'base address of data',NULL),array('impl1719','str',3,'impl_1719',NULL),array('entryMapLength','num',1,'length-of-field length',4),array('entryMapStart','num',1,'starting-character-position length',5),array('entryMapImpl','num',1,'implementation-defined length',0),array('entryMapUndef','num',1,'undefined entry-map field',0),)
(line 198)
  • access: protected
Methods
Constructor __construct (line 216)
  • access: public
MarcRecord __construct ()
addFields (line 221)
  • access: public
void addFields ( $entry)
  • $entry
get (line 286)
void get ()
getField (line 322)
void getField ([ $tag = NULL])
  • $tag
getFields (line 224)
  • access: public
void getFields ([ $tag = NULL])
  • $tag
getLeader (line 265)
void getLeader ()
getMnem (line 312)
void getMnem ()
getValue (line 350)
void getValue ([ $spec = NULL])
  • $spec
getValues (line 331)
void getValues ([ $spec = NULL])
  • $spec
setLeader (line 236)
void setLeader ( $ldr, [ $lenient = False])
  • $ldr
  • $lenient

Documentation generated on Sun, 28 Jul 2013 15:07:03 -0400 by phpDocumentor 1.4.4