__construct() 공개 메소드

Constructor
public __construct ( string $platform = SERVER_PLATFORMS::CLOUDSTACK )
$platform string The name of the cloudstack based platform
예제 #1
0
 public function __construct()
 {
     parent::__construct(\SERVER_PLATFORMS::IDCF);
 }