mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Cleanup code
This commit is contained in:
parent
127ed0fef8
commit
e00d6c7e50
@ -151,9 +151,4 @@ class Scope extends \ArrayObject
|
||||
$this->cutContent();
|
||||
$this->_body .= $new_content;
|
||||
}
|
||||
|
||||
public function unEscapeContent()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -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(...) ...}
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user