프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$rewriteToPath | string | Path to rewrite to (cache directory) | |
$rootPath | string | Root path of application |
메소드 | 설명 | |
---|---|---|
__construct ( |
Class constructor | |
resolveFileName ( string $fileName ) : string | Resolves file name from the cache directory to the real application root dir | |
transform ( |
This method may transform the supplied source and return a new replacement for it |
메소드 | 설명 | |
---|---|---|
replaceMagicConstants ( |
Replace only magic constants in the code |
public __construct ( |
||
$kernel | Instance of kernel |
public static resolveFileName ( string $fileName ) : string | ||
$fileName | string | Absolute file name |
리턴 | string | Resolved file name |
protected static string $rewriteToPath | ||
리턴 | string |