Greeting


$papayasoft->wishesYou(array(
	new Christmas('merry'),
	new Year(array('happy', 'healthy', 'prosperous')),
));
$this->assert($papayasoft->isGeek());

Related Posts