Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ec32ab34
Commit
ec32ab34
authored
Jul 05, 2016
by
Dominik Hebeler
Browse files
Bilder von Fairmondo eingefügt
parent
3bf87bfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ec32ab34
/vendor
/vendor
/node_modules
/node_modules
/public/storage
/public/storage
*.sh
Homestead.json
Homestead.json
.env
.env
app/Models/parserSkripte/Fairmondo.php
View file @
ec32ab34
...
@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
...
@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
{
{
$descr
.
=
" | Preis: "
.
(
intval
(
$result
[
'price_cents'
])
/
100.0
)
.
" €"
;
$descr
.
=
" | Preis: "
.
(
intval
(
$result
[
'price_cents'
])
/
100.0
)
.
" €"
;
}
}
if
(
isset
(
$result
[
'title_image_url'
])
)
{
$image
=
$result
[
'title_image_url'
];
}
$this
->
counter
++
;
$this
->
counter
++
;
$this
->
results
[]
=
new
\
App\Models\Result
(
$this
->
results
[]
=
new
\
App\Models\Result
(
...
@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
...
@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
$anzeigeLink
,
$anzeigeLink
,
$descr
,
$descr
,
$this
->
gefVon
,
$this
->
gefVon
,
$this
->
counter
$this
->
counter
,
false
,
$image
);
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment