Codebase list phpggc / 92a48fd gadgetchains / Dompdf / FD / 1 / gadgets.php
92a48fd

Tree @92a48fd (Download .tar.gz)

gadgets.php @92a48fdraw · history · blame

<?php

namespace Dompdf;

class Cpdf
{
    public $imageCache = [];

    public function __construct($remote_path) {
        array_push($this->imageCache, $remote_path); 
    }

}