Home
last modified time | relevance | path

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

/plugin/bez/ctl/
H A Dtask_form.php11 $task = $this->model->taskFactory->create_object();
H A Dthread_report.php15 $thread = $this->model->threadFactory->create_object();
37 // $thread = $this->model->threadFactory->create_object($defaults);
H A Dtypes.php22 $label = $this->model->labelFactory->create_object();
H A Dtask_programs.php25 $task_program = $this->model->task_programFactory->create_object();
H A Dthread.php42 $thread_comment = $this->model->thread_commentFactory->create_object(array('thread' => $thread));
108 $task = $this->model->taskFactory->create_object($defaults);
H A Dtask.php23 $task_comment = $this->model->task_commentFactory->create_object(array('task' => $task));
/plugin/bez/mdl/
H A DFactory.php215 public function create_object($defaults=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c659 maxminddb_ce->create_object = maxminddb_create_handler; in PHP_MINIT_FUNCTION()