yii\twig\ViewRendererStaticClassProxy - Yii2 类参考手册
Class yii\twig\ViewRendererStaticClassProxy
全部
| 方法 Methods
| Inheritance | yii\twig\ViewRendererStaticClassProxy |
|---|
Class-proxy for static classes Needed because you can't pass static class to Twig other way
Public Methods
隐藏继承的方法 Hide inherited 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 | |