base\View $renderers

$renderers public property A list of available renderers indexed by their corresponding supported file extensions. Each renderer may be a view renderer object or the configuration for creating the renderer object. For example, the following configuration enables both Smarty and Twig view renderers: [ 'tpl' => ['class' => 'yii\smarty\ViewRenderer'], 'twig' => ['class' => 'yii\twig\ViewRenderer'], ] If no renderer is available for the given view file, the view file will b

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\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\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\UnknownPropertyException getName()

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

base\UnknownMethodException getName()

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