Exemplo n.º 1
0
 /**
  * Constructor: Associates to $table $this observer
  *
  * @param   JTableInterface  $table  Table to be observed
  *
  * @since   3.1.2
  */
 public function __construct(JTableInterface $table)
 {
     $table->attachObserver($this);
     $this->table = $table;
 }