示例#1
0
 public static function getOutlet()
 {
     $c = Outlet::get();
     self::$outlet = $c;
     return new self();
 }