Home
last modified time | relevance | path

Searched refs:wrapInForm (Results 1 – 1 of 1) sorted by relevance

/plugin/database2/
H A Ddatabase2.php832 $this->render( $this->wrapInForm( <<<EOT
1310 $this->render( $this->wrapInForm( implode( '', $elements ), array(
2141 return $expectInput ? $this->wrapInForm( $table ) : $table;
2323 protected function wrapInForm( $code, $hiddens = null, function in Database2