* @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class CallStatement extends Statement { /** * The name of the function and its parameters. * * @var FunctionCall */ public $call; }