DynamicContentAwareInterface is the interface that should be implemented by classes which support a yii\base\View dynamic content feature.
Method DetailsaddDynamicPlaceholder()
public abstract methodAdds a placeholder for dynamic content.
This method is used internally to implement the content caching feature.
public abstract void addDynamicPlaceholder ( $name, $statements ) $name stringThe placeholder name.
$statements stringThe PHP statements for generating the dynamic content.
public function addDynamicPlaceholder($name, $statements);
getDynamicPlaceholders()
public abstract methodReturns a list of placeholders for dynamic content. This method is used internally to implement the content caching feature.
public function getDynamicPlaceholders();
setDynamicPlaceholders()
public abstract methodSets a list of placeholders for dynamic content. This method is used internally to implement the content caching feature.
public function setDynamicPlaceholders($placeholders);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4