Source
public function render() {
$root = $this->_bind();
if ( $root ) {
$this->_render( $root );
}
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
public function render() {
$root = $this->_bind();
if ( $root ) {
$this->_render( $root );
}
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.