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

Class: PEAR_PackageFileManager_Frontend_Web

Source Location: /PEAR_PackageFileManager_Frontend_Web-0.2.0/Frontend/Web.php

Class Overview

PEAR_PackageFileManager_Frontend
   |
   --PEAR_PackageFileManager_Frontend_Web

A Web GUI frontend for the PEAR_PackageFileManager2 class.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2006 Laurent Laville

Methods


Inherited Variables

Inherited Methods


Class Details

[line 54]
A Web GUI frontend for the PEAR_PackageFileManager2 class.

A Web frontend for the PEAR_PackageFileManager2 class. It makes it easier for developers to create and maintain PEAR package.xml files (versions 1.0 and 2.0).



[ Top ]


Method Detail

__construct (Constructor)   [line 86]

PEAR_PackageFileManager_Frontend_Web __construct( $driver, mixed $packagedirectory, mixed $pathtopackagefile)

Constructor (ZE2)
  • Since: 0.1.0
  • Access: protected

Parameters:

mixed   $packagedirectory   —  Path to the base directory of the package
mixed   $pathtopackagefile   —  Path to an existing package file to read in
   $driver   — 

[ Top ]

PEAR_PackageFileManager_Frontend_Web (Constructor)   [line 73]

PEAR_PackageFileManager_Frontend_Web PEAR_PackageFileManager_Frontend_Web( $driver, mixed $packagedirectory, mixed $pathtopackagefile)

Constructor (ZE1)
  • Since: 0.1.0
  • Access: public

Parameters:

mixed   $packagedirectory   —  Path to the base directory of the package
mixed   $pathtopackagefile   —  Path to an existing package file to read in
   $driver   — 

[ Top ]

addActions   [line 148]

void addActions( )

Adds common actions for the frontend wizard
  • Since: 0.1.0
  • Access: public

[ Top ]

addPage   [line 116]

void addPage( $pagePath)

Add a specific page to wizard or each page one by one
  • Since: 0.1.0
  • Access: public

Parameters:

   $pagePath   — 

[ Top ]

addPages   [line 100]

void addPages( )

Adds all pages of wizard at once
  • Since: 0.1.0
  • Access: public

[ Top ]

applyDefaults   [line 185]

void applyDefaults( )

Applies all defaults
  • Since: 0.1.0
  • Access: public

[ Top ]

run   [line 211]

void run( )

Processes the request.
  • Since: 0.1.0
  • Access: public

[ Top ]


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