get() public static method

public static get ( $filePath ) : self
$filePath
return self
Beispiel #1
0
 /**
  * @param $name
  */
 protected function setFile($name)
 {
     $file = Config::locateConfigFile($name . ".php");
     $this->db = PhpArrayFileTable::get($file);
 }