A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.yiiframework.com/doc/api/2.0/yii-base-dynamiccontentawareinterface below:

DynamicContentAwareInterface, yii\base\DynamicContentAwareInterface | API Documentation for Yii 2.0

Interface yii\base\DynamicContentAwareInterface

DynamicContentAwareInterface is the interface that should be implemented by classes which support a yii\base\View dynamic content feature.

Method Details

Hide inherited methods

addDynamicPlaceholder()

public abstract method

Adds a placeholder for dynamic content.

This method is used internally to implement the content caching feature.

public abstract void addDynamicPlaceholder ( $name, $statements ) $name string

The placeholder name.

$statements string

The PHP statements for generating the dynamic content.

Source code

                public function addDynamicPlaceholder($name, $statements);

            

getDynamicPlaceholders()

public abstract method

Returns a list of placeholders for dynamic content. This method is used internally to implement the content caching feature.

Source code

                public function getDynamicPlaceholders();

            

setDynamicPlaceholders()

public abstract method

Sets a list of placeholders for dynamic content. This method is used internally to implement the content caching feature.

Source code

                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