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.6.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: 0.2.0

Copyright:

  • 2005-2006 Laurent Laville

Methods


Inherited Variables

Inherited Methods


Class Details

[line 50]
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 168]

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 155]

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 ]

addAction   [line 284]

void addAction( string $actionName, &$action, object $action)

Registers a handler for a specific action.
  • Since: 0.6.0
  • Access: public

Parameters:

string   $actionName   —  name of the action
object   $action   —  the handler for the action
   &$action   — 

[ Top ]

addActions   [line 240]

void addActions( [ $actions = null])

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

Parameters:

   $actions   — 

[ Top ]

addPage   [line 214]

void addPage( array $page)

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

Parameters:

array   $page   —  a single Wizard page definition

[ Top ]

addPages   [line 194]

void addPages( [mixed $pages = null])

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

Parameters:

mixed   $pages   —  Wizard pages definition array or null if used defaults

[ Top ]

applyDefaults   [line 296]

void applyDefaults( )

Applies all defaults
  • Since: 0.1.0
  • Access: public

[ Top ]

run   [line 321]

void run( )

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

[ Top ]


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