Ejemplo n.º 1
0
 public static function init()
 {
     self::$FREE = new Plan(0, 'Free', true);
     self::addPlan(self::$FREE);
 }