__construct() public method

Constructor
public __construct ( string $platform = SERVER_PLATFORMS::RACKSPACENG_US )
$platform string The name of the rackspace platform
Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct(\SERVER_PLATFORMS::RACKSPACENG_UK);
 }