Source

						protected function _convertSteps($command, &$params, $defaults) {
		if (count($command) == 1) {
			$params['template'] = current($command);
			return array(array('path' => key($command)) + $defaults);
		}
		return $command;
	}