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
}
}
}
...
}
}