PEAR_PackageFileManager_Frontend_Web
[ class tree: PEAR_PackageFileManager_Frontend_Web ] [ index: PEAR_PackageFileManager_Frontend_Web ] [ all elements ]

Element index for package PEAR_PackageFileManager_Frontend_Web

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

_validate_pfmfegen
in file pfmfe_generator.php, function _validate_pfmfegen()
__construct
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::__construct()
    Constructor (ZE2)
top

a

ActionDisplay
in file Default.php, class ActionDisplay
    Default display driver that used the basic QF renderer.
ActionDisplay
in file Default.php, method ActionDisplay::ActionDisplay()
    class constructor
ActionDump
in file Dump.php, class ActionDump
    You can display contents of :
ActionProcess
in file Process.php, class ActionProcess
    Global common actions to perform from any page of the frontend.
addAction
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::addAction()
    Registers a handler for a specific action.
addActions
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::addActions()
    Adds common actions for the frontend wizard
addPage
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::addPage()
    Add a specific page to wizard or each page one by one
addPages
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::addPages()
    Adds all pages of wizard at once
applyDefaults
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::applyDefaults()
    Applies all defaults
applyDefaults
in file RolesPage.php, method RolesPage::applyDefaults()
    Sets the default values for the roles page
applyDefaults
in file MaintainersPage.php, method MaintainersPage::applyDefaults()
    Sets the default values for the maintainers page
applyDefaults
in file pages.php, method TabbedPage::applyDefaults()
    Abstract implementation of the method that set default values for a page of the Wizard.
applyDefaults
in file DependenciesPage.php, method DependenciesPage::applyDefaults()
    Sets the default values for the dependencies page
applyDefaults
in file ReplacementsPage.php, method ReplacementsPage::applyDefaults()
    Sets the default values for the replacements page
applyDefaults
in file ExceptionsPage.php, method ExceptionsPage::applyDefaults()
    Sets the default values for the exceptions page
top

b

buildButtons
in file pages.php, method TabbedPage::buildButtons()
    Builds command buttons of the Wizard.
buildForm
in file ReleasePage.php, method ReleasePage::buildForm()
    Builds the current form-page.
buildForm
in file ReplacementsPage.php, method ReplacementsPage::buildForm()
    Builds the current form-page.
buildForm
in file RolesPage.php, method RolesPage::buildForm()
    Builds the current form-page.
buildForm
in file PreviewPage.php, method PreviewPage::buildForm()
    Builds the current form-page.
buildForm
in file DependenciesPage.php, method DependenciesPage::buildForm()
    Builds the current form-page.
buildForm
in file ExceptionsPage.php, method ExceptionsPage::buildForm()
    Builds the current form-page.
buildForm
in file MaintainersPage.php, method MaintainersPage::buildForm()
    Builds the current form-page.
buildForm
in file PackagePage.php, method PackagePage::buildForm()
    Builds the current form-page.
buildForm
in file ErrorsPage.php, method ErrorsPage::buildForm()
    Builds the current form-page.
buildTabs
in file pages.php, method TabbedPage::buildTabs()
    Builds tabs of the Wizard.
top

c

$css
in file Default.php, variable ActionDisplay::$css
    Style sheet for the custom layout
top

d

DependenciesPage
in file DependenciesPage.php, class DependenciesPage
    Creates the page to add dependency on another package or php extension.
DependenciesPageAction
in file DependenciesPage.php, class DependenciesPageAction
    Manage actions to add or edit dependency on another package or php extension.
Default.php
procedural page Default.php
DependenciesPage.php
procedural page DependenciesPage.php
Dump.php
procedural page Dump.php
top

e

ErrorsPage
in file ErrorsPage.php, class ErrorsPage
    Creates the page for displaying errors/warnings on trying to generate new package.
ExceptionsPage
in file ExceptionsPage.php, class ExceptionsPage
    Creates the page to specify file role for specific files.
ExceptionsPageAction
in file ExceptionsPage.php, class ExceptionsPageAction
    Manage actions to add exception on roles mapping for specific files.
ErrorsPage.php
procedural page ErrorsPage.php
ExceptionsPage.php
procedural page ExceptionsPage.php
top

g

getStyleSheet
in file Default.php, method ActionDisplay::getStyleSheet()
    Returns the custom style sheet to use for layout
top

m

MaintainersPage
in file MaintainersPage.php, class MaintainersPage
    Creates the page for gathering information about developers.
MaintainersPageAction
in file MaintainersPage.php, class MaintainersPageAction
    Manage actions to add or edit information about developers.
makePFMFrontend.php
procedural page makePFMFrontend.php
makePFMWebFrontend.php
procedural page makePFMWebFrontend.php
MaintainersPage.php
procedural page MaintainersPage.php
top

n

newPackageFromScratch.php
procedural page newPackageFromScratch.php
top

p

PackagePage
in file PackagePage.php, class PackagePage
    Creates the page for displaying main options that relate to the entire package, regardless of the release.
PEAR_PackageFileManager_Frontend_Web
in file Web.php, class PEAR_PackageFileManager_Frontend_Web
    A Web GUI frontend for the PEAR_PackageFileManager2 class.
PEAR_PackageFileManager_Frontend_Web
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::PEAR_PackageFileManager_Frontend_Web()
    Constructor (ZE1)
pfmfe_generator.php
procedural page pfmfe_generator.php
PackagePage.php
procedural page PackagePage.php
pages.php
procedural page pages.php
PreviewPage.php
procedural page PreviewPage.php
Process.php
procedural page Process.php
perform
in file RolesPage.php, method RolesPageAction::perform()
    Processes the request.
perform
in file ExceptionsPage.php, method ExceptionsPageAction::perform()
    Processes the request.
perform
in file ReplacementsPage.php, method ReplacementsPageAction::perform()
    Processes the request.
perform
in file Dump.php, method ActionDump::perform()
    Processes the request.
perform
in file DependenciesPage.php, method DependenciesPageAction::perform()
    Processes the request.
perform
in file MaintainersPage.php, method MaintainersPageAction::perform()
    Processes the request.
perform
in file Process.php, method ActionProcess::perform()
    Performs an action on a page of the controller (wizard)
PreviewPage
in file PreviewPage.php, class PreviewPage
    Creates the page to display a xml code preview of your package.
top

r

ReleasePage.php
procedural page ReleasePage.php
ReplacementsPage.php
procedural page ReplacementsPage.php
RolesPage.php
procedural page RolesPage.php
ReleasePage
in file ReleasePage.php, class ReleasePage
    Creates the page for displaying the package new release options.
ReplacementsPage
in file ReplacementsPage.php, class ReplacementsPage
    Creates the page to add simple or global replacements.
ReplacementsPageAction
in file ReplacementsPage.php, class ReplacementsPageAction
    Manage actions to ignore file from selection or edit simple/global replacements.
RolesPage
in file RolesPage.php, class RolesPage
    Creates the page for gathering information about roles.
RolesPageAction
in file RolesPage.php, class RolesPageAction
    Manage actions to remove or edit a role mapping for directory or extension.
run
in file Web.php, method PEAR_PackageFileManager_Frontend_Web::run()
    Processes the request.
top

s

setStyleSheet
in file Default.php, method ActionDisplay::setStyleSheet()
    Set the custom style sheet to use your own styles
top

t

TabbedPage
in file pages.php, class TabbedPage
    Common wizard presentation.
top

v

varDump
in file Dump.php, function varDump()
top

w

Web.php
procedural page Web.php
top

Documentation generated on Mon, 11 Mar 2019 14:43:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.