Method | Description | |
---|---|---|
__construct ( string $api, boolean $normalize, |
Base constructor. | |
writeCacheFiles ( |
Based on the given ParsedApi instance, the method will create several cache file and update the cache index. |
Method | Description | |
---|---|---|
compileCacheFile ( |
This method does the actual processing of ParsedClass instance into a compiled array that is later written into a cache file. |
public __construct ( string $api, boolean $normalize, |
||
$api | string | Name of the api configuration. |
$normalize | boolean | Should the class name and the method name be normalized. |
$cache | Current compiler cache instance. |
public writeCacheFiles ( |
||
$parsedApi |