Class yii\twig\ViewRendererStaticClassProxy

Inheritanceyii\twig\ViewRendererStaticClassProxy
Source Code https://github.com/yiisoft/yii2-twig/blob/master/ViewRendererStaticClassProxy.php

Class-proxy for static classes Needed because you can't pass static class to Twig other way

Method Details

__call() public method

mixed __call$method$arguments )
$method string
$arguments array
__construct() public method

void __construct$staticClassName )
$staticClassName string
__get() public method

mixed __get$property )
$property string
__set() public method

mixed __set$property$value )
$property string
$value mixed