PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Shape
<?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 CornerRadiusQualifierTrait * * @api */ trait CornerRadiusQualifierTrait { /** * Rounds the corners of an asset. * * @param array $value The radius of the corner(s). See CornerRadius class for details. * * @return CornerRadius * * @see CornerRadius */ public static function cornerRadius(...$value) { return new CornerRadius(...$value); } }
[-] CornerRadius.php
[edit]
[+]
..
[-] Shear.php
[edit]
[-] Corners.php
[edit]
[-] Distort.php
[edit]
[-] CornersTrait.php
[edit]
[-] Reshape.php
[edit]
[-] RoundCorners.php
[edit]
[-] ReshapeTrait.php
[edit]
[-] ReshapeQualifier.php
[edit]
[-] CornerRadiusQualifierTrait.php
[edit]
[-] CornerRadiusTrait.php
[edit]
[-] TrimEffect.php
[edit]
[-] CutByImage.php
[edit]