Update en/tutorials/getting-started-xml-edition.rst
This commit is contained in:
parent
442227fc89
commit
6d1f716f8b
@ -1009,7 +1009,7 @@ the first read-only use-case:
|
||||
$bugs = $query->getResult();
|
||||
|
||||
foreach($bugs AS $bug) {
|
||||
echo $bug->description." - ".$bug->created->format('d.m.Y')."\n";
|
||||
echo $bug->getDescription()." - ".$bug->getCreated()->format('d.m.Y')."\n";
|
||||
echo " Reported by: ".$bug->getReporter()->name."\n";
|
||||
echo " Assigned to: ".$bug->getEngineer()->name."\n";
|
||||
foreach($bug->getProducts() AS $product) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user