コード例 #1
0
ファイル: CompilerUtils.php プロジェクト: XaBerr/JUICE
 /**
  * Prepend "$" to the given input if it's a varname.
  *
  * @param string $call
  *
  * @throws \InvalidArgumentException
  *
  * @return string
  */
 protected static function addDollarIfNeeded($call)
 {
     return CommonUtils::addDollarIfNeeded($call);
 }