__construct() публичный Метод

Constuctor
public __construct ( string $platform = SERVER_PLATFORMS::OPENSTACK )
$platform string The name of the openstack based platform
Пример #1
0
 /**
  * Constructor
  *
  * @param   string    $platform  The name of the rackspace platform
  */
 public function __construct($platform = \SERVER_PLATFORMS::RACKSPACENG_US)
 {
     parent::__construct($platform);
 }
Пример #2
0
 /**
  * Constuctor
  *
  * @param   string    $platform The name of the openstack based platform
  */
 public function __construct($platform = \SERVER_PLATFORMS::VERIZON)
 {
     parent::__construct(\SERVER_PLATFORMS::VERIZON);
 }