Parameters
$argsarrayrequired
Source
final protected function _set_node( $args ) {
$this->nodes[ $args['id'] ] = (object) $args;
}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
$argsarrayrequiredfinal protected function _set_node( $args ) {
$this->nodes[ $args['id'] ] = (object) $args;
}
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.