/** * @param string $rule * @return array * @throws \JBZoo\SimpleTypes\Exception */ public function getRuleData($rule) { $rule = $this->_parser->cleanRule($rule); return $this->_formatter->get($rule); }