PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Delivery
<?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\Qualifier\Dimensions; use Cloudinary\Transformation\Qualifier\BaseQualifier; /** * Class Dpr * * @api */ class Dpr extends BaseQualifier { /** * @var string $key Serialization key. */ protected static $key = 'dpr'; const AUTO = 'auto'; /** * @return static */ public static function auto() { return new static(static::AUTO); } }
[-] Delivery.php
[edit]
[+]
..
[+]
ColorSpace
[-] Dpr.php
[edit]
[-] TransformationDeliveryTrait.php
[edit]
[+]
Quality
[-] DeliveryBuilderTrait.php
[edit]
[+]
Format