setDir() public method

Set the dir.
public setDir ( string $dir )
$dir string
Example #1
0
 /**
  * @expectedException Flintstone\Exception
  */
 public function testConfigInvalidDir()
 {
     $config = new Config();
     $config->setDir('/x/y/z/foo');
 }