if (isset($this->trace
['args'
][$param->position
])) { $this->trace
['args'
][$param->position
]->name =
$param->
getName();
} } } } } $this->
clearRepresentations();
if (isset($this->trace
['file'
],
$this->trace
['line'
]) && \
is_readable($this->trace
['file'
])) { $this->
addRepresentation(new SourceRepresentation($this->trace
['file'
],
$this->trace
['line'
]));
} if ($this->trace
['args'
]) { $args =
new Representation('Arguments'
);
$args->contents =
$this->trace
['args'
];
$this->
addRepresentation($args);
} if ($this->trace
['object'
]) { $callee =
new Representation('object'
);
$callee->label = 'Callee object ['.
$this->trace
['object'
]->classname.']';