Parameters
$idstringrequired
Source
final protected function _unset_node( $id ) {
unset( $this->nodes[ $id ] );
}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
$idstringrequiredfinal protected function _unset_node( $id ) {
unset( $this->nodes[ $id ] );
}
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.