PHP 클래스 Swiftriver\Core\ObjectModel\PreProcessingStepEntry

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__construct ( $name, $className, $filePath )

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$className 공개적으로 프로퍼티

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

$filePath 공개적으로 프로퍼티

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

$name 공개적으로 프로퍼티

The name of the Pre Processor
public string $name
리턴 string