SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Constructor

Usage

void $ResizeImageTransform->__construct ( int $width , int $height [, int $master ] );

Arguments

  1. int $width
    The width to resize the image to.
  2. int $height
    The height to resize the image to.
  3. int $master = NULL
    Optional master dimension. Image::WIDTH or Image::HEIGHT

Return value

  • void