Esempio n. 1
0
 /**
  * Resets a specified value or all values.
  *
  * @param   string $spec
  * @param null     $scope
  * @return  Enlight_View_Default
  */
 public function clearAssign($spec = null, $scope = null)
 {
     if ($this->scope !== null && $scope === null) {
         $scope = $this->scope;
     }
     return $this->template->clearAssign($spec, $scope);
 }