示例#1
0
文件: Image.php 项目: appotter/phppdf
 protected static function setDefaultAttributes()
 {
     parent::setDefaultAttributes();
     static::addAttribute('src');
     static::addAttribute('ignore-error', false);
     static::addAttribute('keep-ratio', false);
 }