阅读背景:

如何在Netbeans PHP中为我的函数添加文档?

来源:互联网 

I tried the following,

我试着以下,

/*
 * addRelationship
 *
 * Adds a relationship between two entities using the given relation type.
 *
 * @param fromKey the original entity
 * @param toKey the referring entity
 * @param relationTypeDesc the type of relationship
 */

function addRelationship($fromKey, $toKey, $relationTypeDesc) {
    $relationTypeKey = $this->getRelationTypeKey($relationTypeDesc);
/*
 * addRela



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: