array(phpCallbacks)) * * The callback type is explained in the PHP manual (http://php.net/callback). * * The returned array MUST be sorted on priority. * * @param string $identifier * @param string $signal * @return array(int=>array(callback)) */ public function getConnections( $identifier, $signal ); } ?>