authclient\Weibo defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

caching\ChainedDependency evaluateDependency()

evaluateDependency() public method Evaluates the dependency by generating and saving the data related with dependency. public void evaluateDependency ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency

validators\RequiredValidator $message

$message public property The user-defined error message. It may contain the following placeholders which will be replaced accordingly by the validator: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated {requiredValue}: the value of $requiredValue public string $message = null

web\Session count()

count() public method Returns the number of items in the session. This method is required by Countable interface. public integer count ( )return integer Number of items in the session.

web\Controller renderAjax()

renderAjax() public method Renders a view in response to an AJAX request. This method is similar to renderPartial() except that it will inject into the rendering result with JS/CSS scripts and files which are registered with the view. For this reason, you should use this method instead of renderPartial() to render a view to respond to an AJAX request. public string renderAjax ( $view, $params = [] )$view string The view name. Please refer to render() on how to specify a view name. $para

filters\AccessRule $allow

$allow public property Whether this is an 'allow' rule or 'deny' rule. public boolean $allow = null

data\Sort getAttributeOrders()

getAttributeOrders() public method Returns the currently requested sort information. public array getAttributeOrders ( $recalculate = false )$recalculate boolean Whether to recalculate the sort directions return array Sort directions indexed by attribute names. Sort direction can be either SORT_ASC for ascending order or SORT_DESC for descending order.

gii\generators\form\Generator stickyAttributes()

stickyAttributes() public method Returns the list of sticky attributes. A sticky attribute will remember its value and will initialize the attribute with this value when the generator is restarted. public array stickyAttributes ( )return array List of sticky attributes

i18n\Formatter format()

format() public method Formats the value based on the given format type. This method will call one of the "as" methods available in this class to do the formatting. For type "xyz", the method "asXyz" will be used. For example, if the format is "html", then asHtml() will be used. Format names are case insensitive. public string format ( $value, $format )$value mixed The value to be formatted. $format string|array The format of the value, e.g., "html", "text". To specify additional par

debug\panels\RequestPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view