contributions/lib.identifrac/doxygen.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup IdentiFrac 00004 * @ingroup Libs 00005 * 00006 * Creates unique icons out of a hash, using fractal functions. Similar to identicons. 00007 * 00008 * @section Usage Usage 00009 * 00010 * Enable as "lib.identifrac" 00011 * 00012 * The class itself is a component: 00013 * 00014 * @code 00015 * Load::components('identifrac'); 00016 * $identifrac = new IdentiFrac(...); 00017 * @endcode 00018 */