Example #1
0
	public function setup()
	{
		parent::setup();
		
		$conf=Config::Get('slicehost');
		$this->slicehost=new Slicehost($conf->key);
	}