Cleanup code

This commit is contained in:
Ivan Shalganov 2014-02-27 00:24:57 +04:00
parent 127ed0fef8
commit e00d6c7e50
2 changed files with 0 additions and 14 deletions

View File

@ -151,9 +151,4 @@ class Scope extends \ArrayObject
$this->cutContent(); $this->cutContent();
$this->_body .= $new_content; $this->_body .= $new_content;
} }
public function unEscapeContent()
{
}
} }

View File

@ -606,15 +606,6 @@ class Template extends Render
} }
} }
/**
* Get current scope
* @return Scope
*/
public function getLastScope()
{
return end($this->_stack);
}
/** /**
* Parse action {action ...} or {action(...) ...} * Parse action {action ...} or {action(...) ...}
* *