Beispiel #1
0
 public static function setLinker(controller\linker $linker = null)
 {
     self::$linker = $linker ?: new controller\linker();
 }