fXmlRpc\Value\Base64::__construct PHP Méthode

__construct() private méthode

private __construct ( string $encoded, string $decoded )
$encoded string
$decoded string
    private function __construct($encoded, $decoded)
    {
        $this->encoded = $encoded;
        $this->decoded = $decoded;
    }