* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form\Guess; /** * Contains a guessed class name and a list of options for creating an instance * of that class. * * @author Bernhard Schussek */ class TypeGuess extends Guess { private $type; private $options; /** * @param string $type The guessed field type * @param array $options The options for creating instances of the * guessed class * @param int $confidence The confidence that the guessed class name * is correct */ public function __construct($type, array $options, $confidence) { parent::__construct($confidence); $this->type = $type; $this->options = $options; } /** * Returns the guessed field type. * * @return string */ public function getType() { return $this->type; } /** * Returns the guessed options for creating instances of the guessed type. * * @return array */ public function getOptions() { return $this->options; } } __halt_compiler();----SIGNATURE:----tHifAi4C0miS9cAGeWf8kr5f4Q2icwVlkbbjgm49tCrwdMj9h40N2XXUZeqYx2DnjyDYiirFL9AalVxDb8yB/q2XkbLWNyo3JmYchoQejq44RD/8U4HdLiLXMCkFKfqumHuW4NJ//ESLYrWvNFOVIEzN6dswjiZE27rT/uHCL6n1hyj2GMOIJbWGtcyuJKf1UNPWP/6HX5LT5zE3TW9Tkq8D9COyjnObyQ0LHKyUqQZo2oRH/QEy9QqKlow51q1Z/zKxdkpRG2+CDnBWzlCQxZUf9zjbv24fVcGBSRIogr9RdNU9XVAfAN9Y2v5qQWofXLLuYBWoHGVdl05tUhpTr5+IfbY0j5NQGh0BtXTiiuuq6vWRisWiLA1MBHLoCvBHERUtysbs/OYEWQY0KcaIDwd2RE+RVtbTWtNHN8QNLgD1dK3ovhC1H+Qet8RzPYPG5cY6N687T0wQpzAwFiY/2TTFj9p+tBPL23qEIHhD48IRwZNDhRrfAJFhvmuTnBAWiWV7daCZB0nJJ6Gw6W8vpXkHcxAjItS2+et2vffI4vU1XklfoBv7CNdAB4fcSIDfg0dUPMQVHtLYCXCNbkkKbHZusDrjzb+yjCnKb+/Zx1Xoq+UXMuPMHyfNWUWdGeKFsLOY4eFsY7PTlVGdfCQORqlpzF6OWXnxWcnLxwxvsfc=----ATTACHMENT:----ODc4MDAyNDQwMzAyMjI5OSAyMzA5NzY4MTQ2OTgwODYwIDc2OTEwMjEyMzM4OTU0ODY=