Beispiel #1
0
 /**
  * Constructor
  *
  * @see FieldInterface::__construct()
  */
 public function __construct($key, array $options = array())
 {
     // set the default renderer before calling the configure() method
     $this->setRenderer(new TableRenderer());
     parent::__construct($key, $options);
 }