class-otgs-installer-subscription-factory.php 156 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php class OTGS_Installer_Subscription_Factory { public function create( $params = array() ) { return new OTGS_Installer_Subscription( $params ); } }