armConfiguration.class.php 280 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
<?php
class armConfiguration extends sfApplicationConfiguration
{
  public function configure()
  {
    $this->dispatcher->connect('admin.save_object', array('UserLog', 'saveObject'));
    $this->dispatcher->connect('admin.delete_object', array('UserLog', 'deleteObject'));
  }
}