postUserFunc 什么时候执行
When will postUserFunc executed
我创建了一个错别字文件。在这个文件中,我包含了我自己的 PHP 文件,例如:
includeLibs.sendNews = fileadmin/send_news.php
在我的 PHP 文件中,我有一个函数 execute
。现在我用拼写错误调用函数执行 postUserFunc
,但我的函数从未执行过。
page.stdWrap.postUserFunc = execute
我在文档中找不到 postUserFunc
执行的时间。有人可以帮我提示一下 postUserFunc 是什么时候执行的吗?
在TYPO3 6.2中,stdWrap
属性的执行顺序可以在source code of the content object renderer, line 62ff.
中找到
命令的要点如下,我删除了一些由于技术问题而重复出现的东西。如您所见,postUserFunc
几乎作为最后一件事执行。
stdWrapPreProcess
cacheRead
setContentToCurrent
addPageCacheTags
setCurrent
lang.
data
field
current
cObject
numRows
filelist
preUserFunc
stdWrapOverride
override
preIfEmptyListNum
ifNull
ifEmpty
ifBlank
listNum
trim
strPad
stdWrap
stdWrapProcess
required
if.
fieldRequired
csConv
parseFunc
HTMLparser
split.
replacement.
prioriCalc
char
intval
hash
round
numberFormat.
expandList
date
strftime
age
case
bytes
substring
removeBadHTML
cropHTML
stripHtml
crop
rawUrlEncode
htmlSpecialChars
encodeForJavaScriptValue
doubleBrTag
br
brTag
encapsLines.
keywords
innerWrap
innerWrap2
fontTag
addParams.
textStyle.
tableStyle.
filelink.
preCObject
postCObject
wrapAlign
typolink.
TCAselectItem.
space
spaceBefore
spaceAfter
wrap
noTrimWrap
wrap2
dataWrap
prepend
append
wrap3
orderedStdWrap
outerWrap
insertData
offsetWrap
postUserFunc
postUserFuncInt
prefixComment
editIcons
editPanel
cacheStore
stdWrapPostProcess
debug
debugFunc
debugData
我创建了一个错别字文件。在这个文件中,我包含了我自己的 PHP 文件,例如:
includeLibs.sendNews = fileadmin/send_news.php
在我的 PHP 文件中,我有一个函数 execute
。现在我用拼写错误调用函数执行 postUserFunc
,但我的函数从未执行过。
page.stdWrap.postUserFunc = execute
我在文档中找不到 postUserFunc
执行的时间。有人可以帮我提示一下 postUserFunc 是什么时候执行的吗?
在TYPO3 6.2中,stdWrap
属性的执行顺序可以在source code of the content object renderer, line 62ff.
命令的要点如下,我删除了一些由于技术问题而重复出现的东西。如您所见,postUserFunc
几乎作为最后一件事执行。
stdWrapPreProcess
cacheRead
setContentToCurrent
addPageCacheTags
setCurrent
lang.
data
field
current
cObject
numRows
filelist
preUserFunc
stdWrapOverride
override
preIfEmptyListNum
ifNull
ifEmpty
ifBlank
listNum
trim
strPad
stdWrap
stdWrapProcess
required
if.
fieldRequired
csConv
parseFunc
HTMLparser
split.
replacement.
prioriCalc
char
intval
hash
round
numberFormat.
expandList
date
strftime
age
case
bytes
substring
removeBadHTML
cropHTML
stripHtml
crop
rawUrlEncode
htmlSpecialChars
encodeForJavaScriptValue
doubleBrTag
br
brTag
encapsLines.
keywords
innerWrap
innerWrap2
fontTag
addParams.
textStyle.
tableStyle.
filelink.
preCObject
postCObject
wrapAlign
typolink.
TCAselectItem.
space
spaceBefore
spaceAfter
wrap
noTrimWrap
wrap2
dataWrap
prepend
append
wrap3
orderedStdWrap
outerWrap
insertData
offsetWrap
postUserFunc
postUserFuncInt
prefixComment
editIcons
editPanel
cacheStore
stdWrapPostProcess
debug
debugFunc
debugData