Exemplo n.º 1
0
 /**
  * If set, $holder will be used to fetch static connections instead of ezcSignalStaticConnections.
  *
  * @param ezcSignalStaticConnectionsBase $holder
  */
 public static function setStaticConnectionsHolder(ezcSignalStaticConnectionsBase $holder)
 {
     self::$staticConnectionsHolder = $holder;
 }