Example #1
0
 /**
  * Using constructor we populate our model from configuration file
  *
  * @param array $config
  */
 public function __construct(array $config)
 {
     $this->model = new Model($config);
     $this->compactor = new Compact();
     self::$filterName = $this->model->getFilterName();
 }