(Yaf >=2.2.0)
Yaf_View_Simple::clear — Clear Assigned values
$name
] ) : bool锟斤拷锟街革拷锟斤拷谋锟斤拷锟�
name
锟斤拷锟缴的憋拷锟斤拷锟斤拷
锟斤拷锟轿拷眨锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟叫的憋拷锟斤拷
Example #1 Yaf_View_Simple::clear()example
<?php
class IndexController extends Yaf_Controller_Abstract {
public function indexAction() {
$this->getView()->clear("foo")->clear("bar"); // clear "foo" and "bar"
$this->_view->clear(); //clear all assigned variables
}
?>