Lemon\RestBundle\Object\Envelope\EnvelopeFactory::__construct PHP Method

__construct() public method

public __construct ( string $envelope )
$envelope string
    public function __construct($envelope)
    {
        $this->envelope = $envelope;
    }
EnvelopeFactory