PHP 클래스 Sensio\Bundle\GeneratorBundle\Manipulator\RoutingManipulator

저자: Fabien Potencier ([email protected])
상속: extends Sensio\Bundle\GeneratorBundle\Manipulator\Manipulator
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
__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