+ [task#135061,doing,0.1h,2.4h] add comment of editStakeholder function.

This commit is contained in:
huairong
2024-12-24 14:30:30 +08:00
committed by 李阳
parent b0bc23249e
commit ca5333a0b0
@@ -0,0 +1,13 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
class editStakeholderTester extends tester
{
/**
* Edit a stakeholder.
* 编辑干系人表单。
*
* @param array $stakeholder
* @access public
* @return object
*/
}