File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
string
— Add a string to the image as a watermark or caption
Name | Description |
---|---|
$intStartX | n/a |
$intStartY | n/a |
$strString | n/a |
[$strFillColour = '] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intStartX = 124;
$intStartY = 124;
$strString = 'foo';
$strFillColour = ';
//Call the function string with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> string($intStartX, $intStartY, $strString, $strFillColour);