_name; } public function init() { $this->_source = $this->getConfig()->deployment('source'); } public function run() { return $this->_runLocalCommand('rm -rf ' . $this->_source['temporal']); } }