PHP Class Swiftriver\Core\ObjectModel\PreProcessingStepEntry

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Свойство Type Description
$className string The class name of the pre processing step
$filePath string The file path to the pre processing step relative to the modules directory of the core install
$name string The name of the Pre Processor

Méthodes publiques

Méthode Description
__construct ( $name, $className, $filePath )

Method Details

__construct() public méthode

public __construct ( $name, $className, $filePath )

Property Details

$className public_oe property

The class name of the pre processing step
public string $className
Résultat string

$filePath public_oe property

The file path to the pre processing step relative to the modules directory of the core install
public string $filePath
Résultat string

$name public_oe property

The name of the Pre Processor
public string $name
Résultat string