Author: ts
Date: Tue Jan 8 08:36:08 2008
New Revision: 7097
Log:
- NULL -> null.
Modified:
trunk/SignalSlot/src/signal_collection.php
Modified: trunk/SignalSlot/src/signal_collection.php
==============================================================================
--- trunk/SignalSlot/src/signal_collection.php [iso-8859-1] (original)
+++ trunk/SignalSlot/src/signal_collection.php [iso-8859-1] Tue Jan 8 08:36:08
2008
@@ -49,7 +49,7 @@
*
* @var ezcSignalStaticConnectionsBase
*/
- private static $staticConnectionsHolder = NULL;
+ private static $staticConnectionsHolder = null;
/**
* Holds the options for this signal collection
@@ -89,7 +89,7 @@
}
/**
- * Returns the current provider of static connections or NULL if there is
none.
+ * Returns the current provider of static connections or null if there is
none.
*
* @return ezcSignalStaticConnectionsBase
*/
@@ -215,7 +215,7 @@
}
// static connections
- if ( self::$staticConnectionsHolder == NULL ) // custom static
connections class
+ if ( self::$staticConnectionsHolder == null ) // custom static
connections class
{
if ( count(
ezcSignalStaticConnections::getInstance()->getConnections( $this->identifier,
$signal ) ) > 0 )
{
@@ -269,7 +269,7 @@
// check if there are any static connections
$priStaticConnections = array();
- if ( self::$staticConnectionsHolder == NULL )
+ if ( self::$staticConnectionsHolder == null )
{
$priStaticConnections =
ezcSignalStaticConnections::getInstance()->getConnections( $this->identifier,
$signal );
}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components