You are here

public static function MatchObject::factory in Bibliography Module 7.2

Factory method

Return value

MatchObject

File

lib/msrc-authortool/src/Nametools/MatchObject.php, line 23

Class

MatchObject
MatchObject Abstract Class

Namespace

Nametools

Code

public static function factory() {
  $classname = get_called_class();
  return new $classname();
}