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

Class: PEAR_PackageFileManager_Plugins

Source Location: /PEAR_PackageFileManager_Plugins-1.0.2/PackageFileManager/Plugins.php

Class Overview


Generate a file list from a Subversion checkout


Author(s):

Version:

  • Release: 1.0.2

Copyright:

  • 2009 The PEAR Group

Variables

Methods


Child classes:

PEAR_PackageFileManager_File
Retrieve the files from a directory listing

Inherited Variables

Inherited Methods


Class Details

[line 62]
Generate a file list from a Subversion checkout

Largely based on the CVS class, modified to suit subversion organization.

Note that this will NOT work on a repository, only on a checked out Subversion module



[ Top ]


Class Variables

$_options = array()

[line 68]

  • Access: protected

Type:   array


[ Top ]



Method Detail

raiseError   [line 84]

PEAR_Error raiseError( integer $code, [string $i1 = ''], [string $i2 = ''])

Utility function to shorten error generation code

  1. function raiseError($code$i1 ''$i2 '')
  2.     {
  3.         return PEAR::raiseError('PEAR_PackageFileManager_Plugins Error: ' .
  4.                     sprintf($GLOBALS['_PEAR_PACKAGEFILEMANAGER_PLUGINS_ERRORS'][$code],
  5.                     $i1$i2)$code);
  6.     }

  • Since: 1.0.0alpha1
  • Access: public

Parameters:

integer   $code   —  error code
string   $i1   —  (optional) additional specific error info #1
string   $i2   —  (optional) additional specific error info #2

[ Top ]

setOptions   [line 98]

void setOptions( $options $options)

Merge a new set of options (as an array) to the currently set options

Parameters:

$options   $options   —  array Options to merge with the current options

[ Top ]


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