merged skunkworks into develop.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php namespace Laravel;
|
||||
<?php namespace Laravel; defined('APP_PATH') or die('No direct script access.');
|
||||
|
||||
class Blade {
|
||||
|
||||
@@ -49,10 +49,6 @@ class Blade {
|
||||
/**
|
||||
* Rewrites Blade echo statements into PHP echo statements.
|
||||
*
|
||||
* Blade echo statements are simply PHP statement enclosed within double curly
|
||||
* braces. For example, {{$content}} will simply echo out the content variable
|
||||
* to the output buffer.
|
||||
*
|
||||
* @param string $value
|
||||
* @return string
|
||||
*/
|
||||
@@ -64,10 +60,6 @@ class Blade {
|
||||
/**
|
||||
* Rewrites Blade structure openings into PHP structure openings.
|
||||
*
|
||||
* By "structures", we mean the if, elseif, foreach, for, and while statements.
|
||||
* All of these structures essentially have the same format, and can be lumped
|
||||
* into a single regular expression.
|
||||
*
|
||||
* @param string $value
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user