* @license http://www.apache.org/licenses/LICENSE-2.0 * @package EPGService\Parsers */ interface BaseParser { /** * @param mixed $value * * @return mixed */ public static function get($value); }