debug\controllers\DefaultController actionIndex()

actionIndex() public method public void actionIndex ( )

mail\MessageInterface setCharset()

setCharset() public abstract method Sets the character set of this message. public abstract $this setCharset ( $charset )$charset string Character set name. return $this Self reference.

elasticsearch\BatchQueryResult $db

$db public property The DB connection to be used when performing batch query. If null, the elasticsearch application component will be used. public yii\elasticsearch\Connection $db = null

sphinx\ActiveRecord $snippetSource

$snippetSource public read-only property Snippet source string. public string getSnippetSource ( )

filters\AccessControl $denyCallback

$denyCallback public property A callback that will be called if the access should be denied to the current user. If not set, denyAccess() will be called. The signature of the callback should be as follows: function ($rule, $action) where $rule is the rule that denies the user, and $action is the current action object. $rule can be null if access is denied because none of the rules matched. public callable $denyCallback = null

authclient\WeChat apiInternal()

apiInternal() protected method Performs request to the OAuth API. protected array apiInternal ( $accessToken, $url, $method, array $params, array $headers )$accessToken yii\authclient\OAuthToken Actual access token. $url string Absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response. throws yii\base\Exception on failure.

caching\ZendDataCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This is the implementation of the method declared in the parent class. protected mixed|false getValue ( $key )$key string A unique key identifying the cached value return mixed|false The value stored in cache, false if the value is not in the cache or expired.

base\Action beforeRun()

beforeRun() protected method This method is called right before run() is executed. You may override this method to do preparation work for the action run. If the method returns false, it will cancel the action. protected boolean beforeRun ( )return boolean Whether to run the action.

validators\StringValidator $tooShort

$tooShort public property User-defined error message used when the length of the value is smaller than $min. public string $tooShort = null

base\Component hasEventHandlers()

hasEventHandlers() public method Returns a value indicating whether there is any handler attached to the named event. public boolean hasEventHandlers ( $name )$name string The event name return boolean Whether there is any handler attached to the event.