Function __global->get_custom_file_base

Definitions

sources/global.php

  • Get the file base for your installation of the software. For a shared install, or a GAE-install, this is different to the file-base.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The file base, without a trailing slash
  • Type: PATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the file base for your installation of the software.  For a shared install, or a GAE-install, this is different to the file-base.
 *
 * @return PATH The file base, without a trailing slash
 */

function get_custom_file_base() : string
 

sources/minikernel.php

  • Get the file base for your installation of the software. For a shared install only, this is different to the main file base.(In minikernel, this returns the main file base).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The file base, without a trailing slash
  • Type: PATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the file base for your installation of the software. For a shared install only, this is different to the main file base.(In minikernel, this returns the main file base).
 *
 * @return PATH The file base, without a trailing slash
 */

function get_custom_file_base() : string