Function Forum_driver_cns->post_url

Definitions

sources/forum/cns.php

  • Get a URL to the specified post ID.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

There are no entries at this time

Returns

  • The URL to the post
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a URL to the specified post ID.
 *
 * @return mixed The URL to the post
 */

public function post_url()