<?php /** * @harmony-ignore */ function Callback($callback, $method = null) { if ($method !== null) { $callback = array($callback, $method); } return $callback; }