/home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src
Edit: /home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src/WatermarkText.php (887B)
text = $text;
$this->size = $size;
$this->angle = $angle;
$this->color = $color;
$this->alpha = $alpha;
$this->font = $font;
}
public function getText()
{
return $this->text;
}
public function getSize()
{
return $this->size;
}
public function getAngle()
{
return $this->angle;
}
public function getColor()
{
return $this->color;
}
public function getAlpha()
{
return $this->alpha;
}
public function getFont()
{
return $this->font;
}
}