addTypeLinks() public method
Adds informational links to the given PHP type/class.
| public string addTypeLinks ( $code ) | ||
|---|---|---|
| $code | string |
Type/class name to be linkified. |
| return | string |
Linkified with HTML type/class name. |
addTypeLinks() public method
Adds informational links to the given PHP type/class.
| public string addTypeLinks ( $code ) | ||
|---|---|---|
| $code | string |
Type/class name to be linkified. |
| return | string |
Linkified with HTML type/class name. |
Please login to continue.