grid\GridView $filterSelector

$filterSelector public property Additional jQuery selector for selecting filter input fields public string $filterSelector = null

filters\AccessControl denyAccess()

denyAccess() protected method Denies the access of the user. The default implementation will redirect the user to the login page if he is a guest; if the user is already logged, a 403 HTTP exception will be thrown. protected void denyAccess ( $user )$user yii\web\User The current user throws yii\web\ForbiddenHttpException if the user is already logged in.

console\controllers\BaseMigrateController beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the $migrationPath. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed. throws yii\base\InvalidConfigException if directory specified in migrationPath doesn't exist and action isn't "create".

validators\CompareValidator $compareValue

$compareValue public property The constant value to be compared with. When both this property and $compareAttribute are set, this property takes precedence. See also $compareAttribute. public mixed $compareValue = null

elasticsearch\Connection httpRequest()

httpRequest() protected method Performs HTTP request protected mixed httpRequest ( $method, $url, $requestBody = null, $raw = false )$method string Method name $url string URL $requestBody string Request body $raw boolean If response body contains JSON and should be decoded return mixed If request failed throws yii\elasticsearch\Exception if request failed throws yii\base\InvalidConfigException

db\QueryTrait orFilterWhere()

orFilterWhere() public method Adds an additional WHERE condition to the existing one but ignores empty operands. The new condition and the existing one will be joined using the 'OR' operator. This method is similar to orWhere(). The main difference is that this method will remove empty query operands. As a result, this method is best suited for building query conditions based on filter values entered by users. See also: filterWhere() andFilterWhere() public $this orFilterWhere ( array $co

web\Request $enableCookieValidation

$enableCookieValidation public property Whether cookies should be validated to ensure they are not tampered. Defaults to true. public boolean $enableCookieValidation = true

bootstrap\BootstrapWidgetTrait getView()

getView() public abstract method See also \yii\bootstrap\yii\base\Widget::getView(). public abstract yii\web\View getView ( )return yii\web\View The view object that can be used to render views or view files.

widgets\LinkPager $prevPageLabel

$prevPageLabel public property The text label for the previous page button. Note that this will NOT be HTML-encoded. If this property is false, the "previous" page button will not be displayed. public string|boolean $prevPageLabel = '«'

base\Controller $viewPath

$viewPath public property The directory containing the view files for this controller. public string getViewPath ( )public void setViewPath ( $path )