You are here

public function NotifyPropertyChanged::addPropertyChangedListener in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Common

Code

public function addPropertyChangedListener(PropertyChangedListener $listener);