GenieGate, Version 1.1.0 (PHP 5) manual

propertyChanged()

public propertyChanged( &$prop, object ,
                        $uid string ,
                        $section string ,
                        $property string ,
                        $old_value string ,
                        $new_value string );

Fired when a property has changed.

  • $prop

    The GenieGate_Properties object.

  • $uid

    The user ID.

  • $section

    The Section ID. (section key)

  • $property

    The name of the property.

  • $old_value

    The original value of this property. (if there was one.)

  • $new_value

    The new value, (What this property has been changed to)