Class yii\twig\ViewRendererStaticClassProxy
Inheritance | yii\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
Public Methods
Method Details
public mixed __call ( $method, $arguments ) | ||
$method | string | |
$arguments | array |
public void __construct ( $staticClassName ) | ||
$staticClassName | string |
public mixed __get ( $property ) | ||
$property | string |
public boolean __isset ( $property ) | ||
$property | string |
public mixed __set ( $property, $value ) | ||
$property | string | |
$value | mixed |