PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Variable
<?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\Variable; use Cloudinary\Transformation\BaseArgument; /** * Class VariableValue */ class VariableValue extends BaseArgument { const ARG_INNER_VALUE_DELIMITER = '_'; }
[+]
..
[-] Variable.php
[edit]
[-] VariableValue.php
[edit]