TwistPHP Documentation

load

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

load

Parameters

Name Type Description
$mxdImagemixedn/a

Return Values

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

Example

<?php
//Set the variables for the example
$mxdImage 'foo-123';

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