public static function MatchObject::factory in Bibliography Module 7.2
Factory method
Return value
File
- lib/
msrc-authortool/ src/ Nametools/ MatchObject.php, line 23
Class
- MatchObject
- MatchObject Abstract Class
Namespace
NametoolsCode
public static function factory() {
$classname = get_called_class();
return new $classname();
}