示例#1
0
 /**
  * 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);
 }