在輸出發生後,在顯示報告時執行
參數
變量 | 類型 | 注意 |
---|---|---|
report | string | |
moduleType | string | |
moduleName | string |
響應
不支持響應
示例代碼
<?php
add_hook('ReportViewPostOutput', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP WHMCS ReportViewPreOutput用法及代碼示例
- PHP ReflectionClass getTraitAliases()用法及代碼示例
- PHP ReflectionMethod isPrivate()用法及代碼示例
- PHP ReflectionClass getTraits()用法及代碼示例
- PHP ReflectionExtension isPersistent()用法及代碼示例
- PHP ReflectionClass isUserDefined()用法及代碼示例
- PHP ReflectionClass getProperty()用法及代碼示例
- PHP ReflectionClass getProperties()用法及代碼示例
- PHP ReflectionParameter __toString()用法及代碼示例
- PHP ReflectionClass __toString()用法及代碼示例
- PHP ReflectionMethod isStatic()用法及代碼示例
- PHP ReflectionClass hasMethod()用法及代碼示例
- PHP ReflectionClass isIterateable()用法及代碼示例
- PHP ReflectionClass hasConstant()用法及代碼示例
- PHP ReflectionProperty isPublic()用法及代碼示例
- PHP ReflectionClass getTraitNames()用法及代碼示例
- PHP Reflection getName()用法及代碼示例
- PHP ReflectionClass export()用法及代碼示例
- PHP ReflectionExtension getDependencies()用法及代碼示例
- PHP ReflectionMethod invokeArgs()用法及代碼示例
- PHP ReflectionGenerator getTrace()用法及代碼示例
- PHP ReflectionExtension isTemporary()用法及代碼示例
- PHP ReflectionProperty getDeclaringClass()用法及代碼示例
- PHP ReflectionClass isTrait()用法及代碼示例
- PHP ReflectionExtension info()用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 ReportViewPostOutput。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。