PHP 클래스 Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\Routing\Generator\Dumper\GeneratorDumper
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
dump ( array $options = [] ) : string Dumps a set of routes to a PHP class.

보호된 메소드들

메소드 설명
addConstructor ( )
addGenerator ( )
endClass ( )
startClass ( $class, $baseClass )

메소드 상세

addConstructor() 보호된 메소드

protected addConstructor ( )

addGenerator() 보호된 메소드

protected addGenerator ( )

dump() 공개 메소드

Available options: * class: The class name * base_class: The base class name
public dump ( array $options = [] ) : string
$options array An array of options
리턴 string A PHP class representing the generator class

endClass() 보호된 메소드

protected endClass ( )

startClass() 보호된 메소드

protected startClass ( $class, $baseClass )