Ejemplo n.º 1
0
 /**
  * Notify the node that an action has occured.
  *
  * @param string $action The action that occurred
  * @param array $record The record on which the action was performed
  */
 public function notify($action, $record)
 {
     $this->m_node->notify($action, $record);
 }