Removed the little doc that lied

View::get() never looked up blocks
This commit is contained in:
James Watts 2014-05-14 20:06:37 +02:00
parent 20ef10aca2
commit 992ab5ea11

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.