Skip to content

Objects: ImageCreation

Danny Li edited this page Feb 4, 2018 · 1 revision

The ImageCreation object has the following methods:

<?php
use Exploriment\HetznerCloud;

/**
 * returns the Image object
 * @see https://github.com/Exploriment/hcloud-php/wiki/resources:-images#image-object
 */
$creation->getImage();

/**
 * returns the Action object
 * @see https://github.com/Exploriment/hcloud-php/wiki/resources:-actions#action-object
 */
$creation->getAction();
Clone this wiki locally