- 7.2. Opt_View class
7.2.24. remove() - 7.2.23. inherit()
« Previous - 7.2.25. removeGlobal()
Next »
7.2.24. remove()
| Construct | Method |
|---|---|
| Visibility | public |
| Reference | boolean remove( string $name ) |
Removes the existing local view variable $name and returns true in case of success.
Alternatively, you may use the following syntax:
unset($view->variable);
See also:
- 7.2.24. remove()
7.2. Opt_View class - « Previous
7.2.23. inherit() - Next »
7.2.25. removeGlobal()