public function NotifyPropertyChanged::addPropertyChangedListener in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php \Doctrine\Common\NotifyPropertyChanged::addPropertyChangedListener()
Adds a listener that wants to be notified about property changes.
Parameters
PropertyChangedListener $listener:
Return value
void
File
- vendor/
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);