(PHP 5 >= 5.1.0, PHP 7)
Attach an SplObserver
abstract public void SplSubject::attach ( SplObserver $observer )
Attaches an SplObserver so that it can be notified of updates.
Parameters:
observer
The SplObserver to attach.
Returns:
No value is returned.
This function is currently not documented; only its argument list is available.
Please login to continue.