Added View methods append & preprend, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@135 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -12,5 +12,7 @@
|
||||
interface iView
|
||||
{
|
||||
public function assign($name, $value = null);
|
||||
public function prepend($name, $value);
|
||||
public function append($name, $value);
|
||||
public function fetch($template);
|
||||
}
|
Reference in New Issue
Block a user