PHP Class iaPage

Subrion - open source content management system Copyright (C) 2016 Intelliants, LLC This file is part of Subrion. Subrion is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Subrion is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Subrion. If not, see .
Inheritance: extends abstractPlugin
Datei anzeigen Open project: intelliants/subrion Class Usage Examples

Public Properties

Property Type Description
$extendedExtensions

Protected Properties

Property Type Description
$_adminGroupsTable
$_adminTable
$_pageTitles
$_table

Public Methods

Method Description
getAdminGroupsTable ( )
getAdminTable ( )
getByName ( $pageName, $lookupThroughBackend = true )
getGroups ( array $exclusions = [] )
getNonServicePages ( array $exclude )
getPageTitle ( $pageName, $default = null )
getTitles ( )
getUrlByName ( $pageName )

Method Details

getAdminGroupsTable() public static method

public static getAdminGroupsTable ( )

getAdminTable() public static method

public static getAdminTable ( )

getByName() public method

public getByName ( $pageName, $lookupThroughBackend = true )

getGroups() public method

public getGroups ( array $exclusions = [] )
$exclusions array

getNonServicePages() public method

public getNonServicePages ( array $exclude )
$exclude array

getPageTitle() public method

public getPageTitle ( $pageName, $default = null )

getTitles() public method

public getTitles ( )

getUrlByName() public method

public getUrlByName ( $pageName )

Property Details

$_adminGroupsTable protected_oe static_oe property

protected static $_adminGroupsTable

$_adminTable protected_oe static_oe property

protected static $_adminTable

$_pageTitles protected_oe static_oe property

protected static $_pageTitles

$_table protected_oe static_oe property

protected static $_table

$extendedExtensions public_oe property

public $extendedExtensions