PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Effect
/
Argument
<?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; /** * Class EffectMode */ class EffectMode extends BaseArgument { /** * @var string $name The name of the argument. */ protected static $name = 'mode'; }
[-] EffectMode.php
[edit]
[-] EffectRange.php
[edit]
[+]
..
[-] EffectModeTrait.php
[edit]
[-] EffectActionTypeTrait.php
[edit]
[-] EffectType.php
[edit]
[-] EffectTypeTrait.php
[edit]
[-] EffectName.php
[edit]