public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->createBodies = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->clearFiles();
 }