From 706f7a444467d526535cd539656a5d8f10c9db55 Mon Sep 17 00:00:00 2001 From: Anton Terekhov Date: Wed, 21 Nov 2012 15:50:28 +0400 Subject: [PATCH] typo --- view/PHPView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/PHPView.php b/view/PHPView.php index 314a862..8c74c9d 100644 --- a/view/PHPView.php +++ b/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