KlutzKlutz Base Class.
$Horde: klutz/lib/Klutz.php,v 1.42 2008/11/25 18:09:04 mrubinsk Exp $
Copyright 2002-2008 The Horde Project (http://www.horde.org/)
Located in /lib/Klutz.php (line 48)
array
$comics
= array() (line 76)
Array of comics and their associated attributes
array
$days
= array('sun', 'mon', 'tue', 'wed',Used to translate between literal dow and numeric dow (sun = 0, 7)
array
$image_types
= array(1 => 'image/gif',MIME types for images based on the return value from getimagesize
integer
$sort
= null (line 85)
Sorting method to use. Options are KLUTZ_SORT_NAME (sort by comic title), KLUTZ_SORT_AUTHOR (sort by Author's last name), and KLUTZ_SORT_NOSORT (don't promise any given sorting order).
Constructor Klutz (line 95)
Constructor - Parse the /config/comics.php config file and store
the results in $comic. Also tries to validate all the data it can and adjust case, etc., to more predictible consistency than humans editing config files can give. :)
comicObject (line 280)
Return a Klutz_Comic for the given index
getMenu (line 332)
Build Klutz's list of menu items.
getProperty (line 304)
Return the requested property for the requested comic
listByDriver (line 260)
Return a list of comics that use the given fetch driver
listEnabled (line 227)
Return a list of comics that are marked as enabled, and that should appear on a given day if a date is passed in.
_convertDay (line 143)
Convert a user-passed string into a three-letter, lowercased day abbr.
_sortComics (line 197)
Comparse two comics and return -1, 0, or 1 based on the $sort member variable
Documentation generated on Sun, 30 Jan 2011 05:30:35 +0000 by phpDocumentor 1.4.3