Yaf_View_Simple::clear

(Yaf >=2.2.0)

Yaf_View_Simple::clearClear Assigned values

Description

public Yaf_View_Simple::clear(string $name = ?): bool

clear assigned variable

Parameters

name

assigned variable name

if empty, will clear all assigned variables

Return Values

Examples

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
}
}
?>

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant