Contao\GdImage::__construct PHP 메소드

__construct() 공개 메소드

Create a new object to handle a GD image
public __construct ( resource $gdResource )
$gdResource resource The GD resource handle
    public function __construct($gdResource)
    {
        $this->setResource($gdResource);
    }