public function __construct($name, $size)
 {
     parent::__construct($name, $size);
     if ($this->getExtension() === NULL) {
         $this->setExtension('ttf');
     }
 }
Beispiel #2
0
 public function __construct($name, $size)
 {
     parent::__construct($name, $size);
     $this->extension = 'fdb';
 }