Skip to content

mod_system_Pages

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

mod_system_Pages

Symlinks object

Properties

page_id

public int page_id

Page ID

page_moduleid

public int page_moduleid

Module ID for what this page is it

page_title

public string page_title

Title of page

page_url

public string page_url

URL

page_status

public int page_status

Status

Methods

__construct

mixed icms_data_page_Object::__construct(mixed handler, mixed data)

Arguments

  • handler mixed
  • data mixed

getCustomPageStatus

string mod_system_Pages::getCustomPageStatus()

Custom button for updating the status of a symlink

  • Visibility: public

getCustomPageModuleid

array mod_system_Pages::getCustomPageModuleid()

Custom control to retrieve parent module for the symlink

  • Visibility: public

getAdminViewItemLink

string mod_system_Pages::getAdminViewItemLink(mixed onlyUrl)

Retrieve title of the symlink

  • Visibility: public

Arguments

  • onlyUrl mixed

getViewItemLink

string mod_system_Pages::getViewItemLink(mixed onlyUrl, mixed withimage, mixed userSide)

Build a link to the page represented by the symlink, if available

  • Visibility: public

Arguments

  • onlyUrl mixed
  • withimage mixed
  • userSide mixed

getURL

string icms_data_page_Object::getURL()

Gets page URL

Clone this wiki locally