DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

PointerUserfunc

User functions in context with the paging.

Begin

Get the begin value for a select statement within a CONTENT object.

You need to define the pointer only, if you are using another value than ‘pointer’.

10 = CONTENT
10 {
  select {
    ...
    begin {
      cObject = COA
      cObject {
        10 = USER
        10 {
          userFunc = Netzmacher\Xblog\UserFunc\PointerUserfunc->Begin
          pointer = mypointer
        }
      }
    }
    ...
  }
}