__construct() public method

Constructor
public __construct ( string $platform = SERVER_PLATFORMS::CLOUDSTACK )
$platform string The name of the cloudstack based platform
Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct(\SERVER_PLATFORMS::IDCF);
 }