TwistPHP Documentation

__construct

File path: dist/twist/Core/Utilities/Image.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

__constructChecked that the PHP GD library is installed and loads in the image object library.

Return Values

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

Example

<?php
//Call the function __construct with the example vars
Twist::Image() -> __construct();