Home
last modified time | relevance | path

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

/plugin/database2/
H A Ddatabase2.php5008 return $this->inputToInternal( $default, $def );
5443 $value = $this->inputToInternal( $value, $def );
5463 public function inputToInternal( $value, $def ) function in Database2