/**
  * @return void
  */
 public function __construct()
 {
     $this->backend = new NullPersistenceBackend();
     parent::__construct();
 }