RecordPic::displayPictures - jcobban/Genealogy GitHub Wiki

$record->displayPictures($type)

Up: class RecordPic

This method generates the HTML to display the contents of instances of class Picture that are associated with this record.

parameter description
$type This is the type value, as defined in class Picture, of the specific type of pictures to be displayed. This is unnecessary for the majority of classes which only support a single type of Picture. If a type other than the default picture type for that class is to be displayed then the $type parameter should be set to one of the values of the type constants in class Picture.

This method needs to be changed to use a template to layout the HTML.

Next: class RecordSet