예제 #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);
 }