| Version | 1.0 |
| License | GPL |
| Author | Thierry Graff |
| Weblink | http://www.tig12.net |
| Php | PHP5 |
| History | 2007.06.12, 00h40 : Creation |

abstract class YurtPart
| Version | 1.0 |
| License | GPL |
| Author | Thierry Graff |
| Weblink | http://www.tig12.net |
| Php | PHP5 |
| History | 2007.06.12, 00h40 : Creation |
| # $yurt | The yurt containing this yurt part |
| + formatMeters($nb) | Formats a number in a string |
| + m2cm($nb, $precision = 1) | Converts a number expressed in meters to centimeters |
| + __construct(&$yurt) | |
| + toHtml($params = '') |
public static function formatMeters( |
$nb)
|
$nb |
public static function m2cm( |
$nb)
|
$nb |
Number of meters |
$precision |
Nb of decimals in the result |
public function __construct( |
&$yurt)
|
$yurt |
The yurt containing this yurt part. |