From 2d02f25e2236eeab016305ca5368fffcb69c0949 Mon Sep 17 00:00:00 2001 From: Anton Terekhov Date: Fri, 16 Nov 2012 18:31:15 +0400 Subject: [PATCH] Some PHPDoc for PHPView --- view/PHPView.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/view/PHPView.php b/view/PHPView.php index 9ae33be..314a862 100644 --- a/view/PHPView.php +++ b/view/PHPView.php @@ -10,7 +10,12 @@ */ /** - * @method ViewHelperGet get() + * @method BreadcrumbViewHelper breadcrumb() breadcrumb(string $text = false, string $href = false) Append next link to breadcrumb + * @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 + * */ class PHPView implements iView {