Correct PHP-Doc in FrontController for get PHPView. Add some methods into PHPView autocompletion interface (PHP-Doc).
This commit is contained in:
@ -14,6 +14,12 @@
|
||||
* @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 section for TITLE of Layout
|
||||
* @method FormViewHelper form() form(string $form = null) Get form values from session
|
||||
* @method LinkHeadViewHelper linkHead() linkHead($href = false, $rel = 'stylesheet', $type = 'text/css', $media = 'screen,projection,print') Append link tag (css file or other) into head section
|
||||
* @method ScriptFooterViewHelper scriptFooter() scriptFooter($src = false, $type = 'text/javascript') Append script src (javascript or other) into footer section
|
||||
* @method GroupedCssViewHelper groupedCss() groupedCss($relative_file_path = false) Append css into one file
|
||||
* @method GroupedJsViewHelper groupedJs() groupedJs($relative_file_path = false) Append js into one file
|
||||
* @method DescriptionViewHelper description() description(string $string = false) Set value of meta-tag description
|
||||
* @method KeywordsViewHelper keywords() keywords(string $string = false) Set value of meta-tag keywords
|
||||
*
|
||||
*/
|
||||
class PHPView implements iView
|
||||
|
Reference in New Issue
Block a user