Some PHPDoc for PHPView

This commit is contained in:
Anton Terekhov
2012-11-16 18:31:15 +04:00
parent 6a2c861a71
commit 2d02f25e22

View File

@ -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 class PHPView implements iView
{ {