authclient\widgets\AuthChoice setClients()

setClients() public method public void setClients ( array $clients )$clients yii\authclient\ClientInterface[] Auth providers

twig\ViewRenderer $twigViewsNamespace

$twigViewsNamespace public property (available since version 2.0.5) Twig namespace to use in templates public string $twigViewsNamespace = \Twig_Loader_Filesystem::MAIN_NAMESPACE

log\Target $prefix

$prefix public property A PHP callable that returns a string to be prefixed to every exported message. If not set, getMessagePrefix() will be used, which prefixes the message with context information such as user IP, user ID and session ID. The signature of the callable should be function ($message). public callable $prefix = null

debug\components\search\matchers\SameAs $partial

$partial public property If partial match should be used. public boolean $partial = false

caching\ZendDataCache deleteValue()

deleteValue() protected method Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class. protected boolean deleteValue ( $key )$key string The key of the value to be deleted return boolean If no error happens during deletion

smarty\ViewRenderer __call()

__call() public method Mechanism to pass a widget's tag name to the callback function. Using a magic function call would not be necessary if Smarty would support closures. Smarty closure support is announced for 3.2, until its release magic function calls are used to pass the tag name to the callback. public string __call ( $method, $args )$method string $args array throws yii\base\InvalidConfigException throws BadMethodCallException

web\User $acceptableRedirectTypes

$acceptableRedirectTypes public property (available since version 2.0.8) MIME types for which this component should redirect to the $loginUrl. public array $acceptableRedirectTypes = ['text/html', 'application/xhtml+xml']

grid\Column $footer

$footer public property The footer cell content. Note that it will not be HTML-encoded. public string $footer = null

base\Theme applyTo()

applyTo() public method Converts a file to a themed file if possible. If there is no corresponding themed file, the original file will be returned. public string applyTo ( $path )$path string The file to be themed return string The themed file, or the original file if the themed version is not available. throws yii\base\InvalidConfigException if $basePath is not set

db\QueryBuilder buildNotCondition()

buildNotCondition() public method Inverts an SQL expressions with NOT operator. public string buildNotCondition ( $operator, $operands, &$params )$operator string The operator to use for connecting the given operands $operands array The SQL expressions to connect. $params array The binding parameters to be populated return string The generated SQL expression throws yii\base\InvalidParamException if wrong number of operands have been given.