base\View $theme

$theme public property The theme object or the configuration for creating the theme object. If not set, it means theming is not enabled. public yii\base\Theme|array|string $theme = null

base\View $params

$params public property Custom parameters that are shared among view templates. public mixed $params = []

base\View $dynamicPlaceholders

$dynamicPlaceholders public property A list of placeholders for embedding dynamic contents. This property is used internally to implement the content caching feature. Do not modify it directly. public array $dynamicPlaceholders = []

base\View $defaultExtension

$defaultExtension public property The default view file extension. This will be appended to view file names if they don't have file extensions. public string $defaultExtension = 'php'

base\View $context

$context public property The context under which the renderFile() method is being invoked. public yii\base\ViewContextInterface $context = null

base\View $cacheStack

$cacheStack public property A list of currently active fragment cache widgets. This property is used internally to implement the content caching feature. Do not modify it directly. public array $cacheStack = []

base\UserException

All Classes | Methods Inheritance yii\base\UserException » yii\base\Exception » Exception Subclasses yii\base\InvalidRouteException, yii\console\Exception, yii\web\BadRequestHttpException, yii\web\ConflictHttpException, yii\web\ForbiddenHttpException, yii\web\GoneHttpException, yii\web\HttpException, yii\web\MethodNotAllowedHttpException, yii\web\NotAcceptableHttpException, yii\web\NotFoundHttpException, yii\web\ServerErrorHttpException, yii\web\TooManyRequestsHttpException, yii\web\Unauth

base\View $blocks

$blocks public property A list of named output blocks. The keys are the block names and the values are the corresponding block content. You can call beginBlock() and endBlock() to capture small fragments of a view. They can be later accessed somewhere else through this property. public array $blocks = null

base\UnknownMethodException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

base\UnknownPropertyException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception