コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Strip the parentheses from the given expression.
  *
  * @param string $expression
  *
  * @return string
  * @static
  */
 public static function stripParentheses($expression)
 {
     return \Illuminate\View\Compilers\BladeCompiler::stripParentheses($expression);
 }