Exemple #1
0
 public function getBase64($w = null, $h = null)
 {
     return base64_encode(FileController::makeImage($this, $w, $h));
 }