PHP Класс Sulu\Bundle\GeneratorBundle\Manipulator\RoutingManipulator

Наследование: extends Manipulator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $file ) Constructor.
addResource ( string $bundle, string $format, string $prefix = '/', string $path = 'routing' ) : boolean Adds a routing resource at the top of the existing ones.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $file )
$file string The YAML routing file path

addResource() публичный Метод

Adds a routing resource at the top of the existing ones.
public addResource ( string $bundle, string $format, string $prefix = '/', string $path = 'routing' ) : boolean
$bundle string
$format string
$prefix string
$path string
Результат boolean true if it worked, false otherwise