Class Copy

Description

Manages a complete data set for a single copy of a Biblio

  • author: Fred LaPlante 24 July 2013

Located in /classes/Copy.php (line 32)


	
			
Direct descendents
Class Description
BarcdCopy helper class for copy allowing selection by barcode number
Method Summary
Copy __construct ( $copyid)
void getData ()
void setCheckedIn ()
void setShelved ()
Methods
Constructor __construct (line 44)
  • access: public
Copy __construct ( $copyid)
  • $copyid

Redefined in descendants as:
getData (line 52)

returns an associtive array of this copy's data

  • access: public
void getData ()
setCheckedIn (line 59)

sets the status of this copy to 'checkedin' (in),

and adjusts other DB tables as necessary

  • access: public
void setCheckedIn ()
setShelved (line 69)

sets the status of this copy to shelved (crt),

and adjusts other DB tables as necessary

  • access: public
void setShelved ()

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