/**
  * Constructor initializes user record pointer
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->userRecordPointer = array('FE' => 0, 'BE' => 0);
 }