public function NotifyPropertyChanged::addPropertyChangedListener in Plug 7
Adds a listener that wants to be notified about property changes.
Parameters
PropertyChangedListener $listener:
Return value
void
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ NotifyPropertyChanged.php, line 41
Class
- NotifyPropertyChanged
- Contract for classes that provide the service of notifying listeners of changes to their properties.
Namespace
Doctrine\CommonCode
public function addPropertyChangedListener(PropertyChangedListener $listener);