Exemplo n.º 1
0
 /**
  * @param CSRFProvider $csrf
  *
  * @since 2.0
  */
 public function __construct(CSRFProvider $csrf = null)
 {
     parent::__construct($csrf);
     $this->table = new Table();
 }