- public function __construct(ContainerInterface $containerInterface, $fileName, $line) {
- //Load configuration
- if ($containerInterface->hasParameter('rapsys_pack.jpackfilter')) {
- if ($parameters = $containerInterface->getParameter('rapsys_pack.jpackfilter')) {
- foreach($parameters as $k => $v) {
- if (isset($this->$k)) {
- $this->$k = $v;
- }
- }
- }
- }
-
+ //Configure the object
+ //XXX: can be clean, shrink, obfuscate or best
+ public function __construct($fileName, $line, $bin = 'jpack', $compress = 'best') {