Exemple #1
0
 public static function find($id = null, array $options = array(), $dialler = null)
 {
     if (!is_null($dialler)) {
         self::$_connection = $dialler;
     }
     return parent::find($id, $options);
 }