Exemplo n.º 1
0
 /**
  * Create new patch.
  *
  * @param string id Id of the patch.
  */
 public function __construct($id)
 {
     parent::__construct($id);
     clearstatcache();
 }
Exemplo n.º 2
0
 /**
  * Create new patch.
  *
  * @param string id Id of the patch.
  */
 public function __construct($id)
 {
     parent::__construct($id);
     $this->tables = array();
     $this->patchRoot = dirname(__DIR__) . '/etc';
 }