Sgss_Imagen_Image |
collectImage (Sgss_Imagen_Receipt $receipt, Sgss_Imagen_Image $image)
Adds the specified receipt and image to this collection |
boolean |
hasImage (Sgss_Imagen_Receipt $receipt)
Determines if this collection contains the image corresponding to the specified receipt |
Sgss_Imagen_Image |
retrieveImage (Sgss_Imagen_Receipt $receipt)
Retrieves the image corresponding to the specified receipt from this collection |
Adds the specified receipt and image to this collection
Sgss_Imagen_Receipt $receipt
Receipt to be associated with the image
Sgss_Imagen_Image $image
Image to be collected
public Sgss_Imagen_Image collectImage (Sgss_Imagen_Receipt $receipt, Sgss_Imagen_Image $image)
Determines if this collection contains the image corresponding to the specified receipt
Sgss_Imagen_Receipt $receipt
Receipt of the image to be determined
public boolean hasImage (Sgss_Imagen_Receipt $receipt)
Retrieves the image corresponding to the specified receipt from this collection
Sgss_Imagen_Receipt $receipt
Receipt of image to be retrieved
public Sgss_Imagen_Image retrieveImage (Sgss_Imagen_Receipt $receipt)