public function get($handle)
 {
     $ft = new self();
     $ft->handle = $handle;
     $ft->loadConfig();
     $ft->hasOptions = $ft->hasOptions();
     $ft->properties = $ft->getProperties();
     return $ft;
 }