PHP Класс Swiftriver\Core\ObjectModel\PreProcessingStepEntry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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