| - $config | The characteristics of this yurt, retrieved from config file |
| # $results | Data computed by yurt parts |
| + setResults($key1, $key2, $value) | Used by YurtParts to store a result |
| + getResults($key1, $key2) | Return a result computed by a part |
| + __construct($configFile) | Builds a Yurt object from config file |
| + getConfig($key1 = '', $key2 = '') | Returns the characteristics of this yurt. |
| + generateDocument($outputDir) | Generates a document containing the plans of the yurt. |
private $config = ''
public function setResults( |
$key1)
|
$key1 |
|
$key2 |
|
$value |
public function getResults( |
$key1)
|
$key1 |
|
$key2 |
public function __construct( |
$configFile)
|
public function getConfig( |
$key1 = '')
|
$key1 |
|
$key2 |
public function generateDocument( |
$outputDir)
|
$outputDir |
The directory where the plans are saved |