TwistPHP Documentation

resizeMaxDimension

File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
Extends:

resizeMaxDimension

Parameters

Name Type Description
$intMaxDimensionintegern/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$intMaxDimension 124;

//Call the function resizeMaxDimension with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> resizeMaxDimension($intMaxDimension);