getTypeUrl() protected method
Returns the informational link URL for a given PHP type/class.
See also addTypeLinks().
| protected string|null getTypeUrl ( $class, $method ) | ||
|---|---|---|
| $class | string |
The type or class name. |
| $method | string|null |
The method name. |
| return | string|null |
The informational link URL. |
Please login to continue.