Source code raw phps
<?php
interface Observer {
public function update(Observed $object, $message, $type);
}
Comments
There is currently no comment here.