<?php
/******************************************************************************
* PIPHO, version 1.01.00
* (c) 2009 jaipho.com
*
* PIPHO is freely used under the terms of an FreeBSD license.
* For details, see the PIPHO web site: http://www.jaipho.com/pipho/
******************************************************************************/
class Pipho_Gallery
{
public $id;
public $title;
public $description;
/**
* Optional preloaded image.
*
* @var Pipho_Image
*/
public $firstImage;
}
?>