Свойство | Type | Description | |
---|---|---|---|
$purgeable | List of attribute names which are not considered "settings". | ||
$wrapCode | Wrap code section in PHP tags. |
Méthode | Description | |
---|---|---|
afterFetch ( ) | {@inheritDoc} | |
getPlaceholdersAttribute ( ) : array | Parses the page placeholder {% put %} tags and extracts the placeholder values. | |
setPlaceholdersAttribute ( array $value ) : void | Takes an array of placeholder data (key: code, value: content) and renders it as a single string of Twig markup against the "code" attribute. |
public getPlaceholdersAttribute ( ) : array | ||
Résultat | array | Returns an associative array of the placeholder names and values. |
public setPlaceholdersAttribute ( array $value ) : void | ||
$value | array | |
Résultat | void |
protected $purgeable |