public function __construct(array $paths)
 {
     parent::__construct();
     $this->paths = array();
     $this->parentpaths = array();
     $this->parentsinfo = array();
     // Add paths and parentpaths. We are looking for attributes there
     foreach ($paths as $key => $path) {
         $this->add_path($path);
     }
 }
Ejemplo n.º 2
0
 public function __construct($unit_test_case)
 {
     parent::__construct();
     $this->utc = $unit_test_case;
 }
 public function __construct(array $paths)
 {
     parent::__construct();
     $this->paths = '=>' . implode('=>', $paths);
 }
 public function __construct()
 {
     parent::__construct();
     $this->foundpaths = array();
 }
 public function __construct(array $paths)
 {
     parent::__construct();
     $this->paths = $paths;
 }