PHP Base Singleton
<?php use ctur\base\Singleton; class Service extends Singleton {}
Use:, (*1)
var_dump(Service::factory(['a' => 1, 'b' => 2]));die;
Result:, (*2)
object(Service)[57] public 'a' => int 1 public 'b' => int 2
Enjoy, guys!, (*3)
Sources Download
php base singleton php base php base singleton php pattern singleton