Свойство | Type | Description | |
---|---|---|---|
$container | The container we belong to | ||
$saveScaffolding | Should I save the scaffolding results? | ||
$strings | Language string definitions we need to add to the component's language file | ||
$xml | The form we will be returning to the caller |
Méthode | Description | |
---|---|---|
__construct ( |
Create the scaffolding builder instance | |
getContainer ( ) : |
Gets the container this builder belongs to | |
make ( string $requestedFilename, string $viewName ) : string | null | Make a new scaffolding document | |
setStrings ( array $strings ) | Set the additional strings array | |
setXml ( SimpleXMLElement $xml ) | Set the XML form document |
Méthode | Description | |
---|---|---|
applyStrings ( ) | Load the strings array in Joomla!'s JLanguage object | |
saveStrings ( string $targetFilename = null ) | Saves the language strings, merged with any old ones, to a Joomla! INI language file | |
saveXml ( string $requestedFilename, string $viewName ) | Save the XML form as a file |
public __construct ( |
||
$c |
protected applyStrings ( ) |
public getContainer ( ) : |
||
Résultat |
protected saveStrings ( string $targetFilename = null ) | ||
$targetFilename | string | The full path to the INI file, leave blank for auto-detection |
public setStrings ( array $strings ) | ||
$strings | array | The strings array to set |
public setXml ( SimpleXMLElement $xml ) | ||
$xml | SimpleXMLElement | The XML document to set |
protected $saveScaffolding |
protected $strings |