Browse Source

typo

master
Anton Terekhov 12 years ago
parent
commit
706f7a4444
  1. 2
      view/PHPView.php

2
view/PHPView.php

@ -14,7 +14,7 @@
* @method GetViewHelper get() get(array $replace) Replace some HTTP GET parameters with $replace
* @method HeadViewHelper head() head(string $string = false) Append another string to HEAD section of Layout
* @method MsgViewHelper msg() msg(string $msg = null, string $type = null) Set a message to display for user in Layout
* @method TitleViewHelper title() title(string $string = false) Append another setcion for TITLE of Layout
* @method TitleViewHelper title() title(string $string = false) Append another section for TITLE of Layout
*
*/
class PHPView implements iView

Loading…
Cancel
Save