예제 #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);
 }