Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php115 $t->assignObject($u,"u");
116 $t->assignObject($c,"c");
372 $t->assignObject($u,"u");
373 $t->assignObject($c,"c");
410 $t->assignObject($c,"c");
548 $t->assignObject($u,"u");
549 $t->assignObject($c,"c");
H A Dpfctemplate.class.php59 function assignObject(&$obj, $name = "c") function in pfcTemplate