/** * Constructor from a magento directory url * * @param unknown $magurl * magento base directory url */ public function __construct($magurl) { $this->_magdir = $magurl; $this->_lasterror = array(); $this->_exec_mode = FSHelper::getExecMode(); }
public function isRunnable() { return array(FSHelper::getExecMode() != null, ""); }