Browse Source

Added PHPDoc @throws to yii\base\View::renderPhpFile() [skip ci]

tags/2.0.13
bscheshirwork 7 years ago committed by Alexander Makarov
parent
commit
c1b5240888
  1. 2
      framework/base/View.php

2
framework/base/View.php

@ -319,6 +319,8 @@ class View extends Component
* @param string $_file_ the view file. * @param string $_file_ the view file.
* @param array $_params_ the parameters (name-value pairs) that will be extracted and made available in the view file. * @param array $_params_ the parameters (name-value pairs) that will be extracted and made available in the view file.
* @return string the rendering result * @return string the rendering result
* @throws \Exception
* @throws \Throwable
*/ */
public function renderPhpFile($_file_, $_params_ = []) public function renderPhpFile($_file_, $_params_ = [])
{ {

Loading…
Cancel
Save