Beispiel #1
0
 public static function setLinker(controller\linker $linker = null)
 {
     self::$linker = $linker ?: new controller\linker();
 }
Beispiel #2
0
 public static function get()
 {
     $instance = self::$controlNextNewMock;
     if ($instance !== null) {
         self::$controlNextNewMock = null;
     }
     return $instance;
 }