Exemplo n.º 1
0
 /**
  * Set the IOC container. This should only be used during testing!
  *
  * @param org_tubepress_api_ioc_IocService $instance The IOC container
  *
  * @return void
  */
 public static function setInstance(org_tubepress_api_ioc_IocService $instance)
 {
     self::$_instance = $instance;
 }