PHP Class Swiftriver\Core\ObjectModel\PreProcessingStepEntry

Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property 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

Public Methods

Method Description
__construct ( $name, $className, $filePath )

Method Details

__construct() public method

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

Property Details

$className public property

The class name of the pre processing step
public string $className
return string

$filePath public property

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

$name public property

The name of the Pre Processor
public string $name
return string