public function __construct()
 {
     parent::__construct();
     $this->_geraCacheBehavior = new GeraCacheTIFFBehavior($this);
     $this->_listaArquivosBehavior = new ListaArquivosTIFFBehavior($this);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_geraCacheBehavior = new Behavior\GeraCachePNGBehavior($this);
     $this->_listaArquivosBehavior = new Behavior\ListaArquivosPNGBehavior($this);
 }