示例#1
0
文件: Variable.php 项目: lopo/phpsass
 /**
  * Returns the Script object for this variable.
  *
  * @param \PHPSass\Tree\Context $context of the variable
  * @return Literals\Literal the Script object for this variable
  */
 public function evaluate($context)
 {
     return $context->getVariable($this->name);
 }