بنقرة واحدة
phpdocheader
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Adjust the PHPDOC header of all changed PHP files to contain the relevant information
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create and maintain database update scripts for tine applications. Use when creating, modifying, or understanding Setup/Update PHP files that migrate database schema and application data between versions.
Create and maintain human readable documentation. Auto-invoke when user mentions docs, documentation or manual. Do NOT load for api docs or api reference or docs blocks in code.
استنادا إلى تصنيف SOC المهني
| name | phpdocheader |
| description | Adjust the PHPDOC header of all changed PHP files to contain the relevant information |
| license | AGPL-3.0 |
| metadata | {"author":"Philipp Schüle <p.schuele@metaways.de>","version":"1.0"} |
The Header of tine-PHP files should contain the following information:
allways: tine Groupware - https://www.tine-groupware.de/
example: @package Tinebase
example: @subpackage Group
default: @license https://www.gnu.org/licenses/agpl.html
example: @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
the second year should always be set to the current year (2026 in this example). we keep the first year as the creation year of the file.
example: Philipp Schüle p.schuele@metaways.de
name and email address of the (human) creator of the file. we do not change the author when updating the file.
<?php
/**
* tine Groupware - https://www.tine-groupware.de/
*
* @package Tinebase
* @subpackage Group
* @license https://www.gnu.org/licenses/agpl.html
* @copyright Copyright (c) 2008-2026 Metaways Infosystems GmbH (https://www.metaways.de)
* @author Philipp Schüle <p.schuele@metaways.de>