Class UNL_DWT_Generator
The generator parses actual .dwt Dreamweaver Template files to create object relationship files which have member variables for editable regions within the dreamweaver templates.
Located in /UNL/DWT/Generator.php (line 32)
UNL_DWT | --UNL_DWT_Generator
Current template being output
Array of template names.
Assoc array of template region names.
$_regions[$template] = array();
Inherited Variables
Inherited from UNL_DWT
UNL_DWT::$options
UNL_DWT::$__template
Create a list of dwts
Generate the classes for templates in $this->templates
Generates the class name from a filename.
- string $filename: The filename of the template.
Generates .tpl files from .dwt
Cleans the template filename.
- string $filename: Filename of the template
Scans the .dwt for regions - all found are loaded into assoc array $this->_regions[$template].
- string $dwt: Dreamweaver template file to scan.
begins generation of template files
Generate getter methods for class definition
- string $input: Existing class contents
Generate setter methods for class definition
- string $input: Existing class contents
Inherited Methods
Inherited From UNL_DWT
UNL_DWT::__construct()
UNL_DWT::debug()
UNL_DWT::debugLevel()
UNL_DWT::factory()
UNL_DWT::replaceRegions()
UNL_DWT::setOption()
UNL_DWT::toHtml()
Documentation generated on Wed, 12 Aug 2009 13:00:36 -0500 by phpDocumentor 1.4.2




