PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Resize
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Transformation; /** * Trait ImageResizeTrait * * @api */ trait ResizeTrait { use GenericResizeTrait; use ScaleTrait; use PadTrait; use FillTrait; use FillPadTrait; use CropTrait; use ImaggaTrait; }
[+]
Crop
[-] BaseResizeAction.php
[edit]
[-] Resize.php
[edit]
[-] TransformationResizeTrait.php
[edit]
[+]
Addon
[+]
..
[+]
Fill
[-] ResizeTrait.php
[edit]
[+]
Generic
[+]
Pad
[+]
Scale
[+]
Parameter
[-] ResizeFactory.php
[edit]