Cml\Interfaces\View::getValue PHP Method

getValue() public method

获取赋到模板的值
public getValue ( string $key = null ) : mixed
$key string 要获取的值的key,数组或字符串为数组时批量赋值
return mixed
    public function getValue($key = null);