Merge pull request #3497 from jameswatts/feature/view-wat

Removed the little doc that lied
This commit is contained in:
Mark Story 2014-05-14 14:42:56 -04:00
commit ef96724bc8

View file

@ -597,8 +597,7 @@ class View extends Object {
}
/**
* Returns the contents of the given View variable or a block.
* Blocks are checked before view variables.
* Returns the contents of the given View variable.
*
* @param string $var The view var you want the contents of.
* @param mixed $default The default/fallback content of $var.