芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/vendor/sabre/vobject/lib/Parser/Parser.php
setInput($input); } $this->options = $options; } /** * This method starts the parsing process. * * If the input was not supplied during construction, it's possible to pass * it here instead. * * If either input or options are not supplied, the defaults will be used. * * @param mixed $input * @param int $options * * @return array */ abstract public function parse($input = null, $options = 0); /** * Sets the input data. * * @param mixed $input */ abstract public function setInput($input); }