Scalr\Service\OpenStack\Services\Servers\Type\ListImagesFilter::getType PHP Method

getType() public method

Gets Image type
public getType ( ) : Scalr\Service\OpenStack\Services\Servers\Type\ImageType
return Scalr\Service\OpenStack\Services\Servers\Type\ImageType The Image type.
    public function getType()
    {
        return $this->type;
    }