mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
new-oc navigation edited
This commit is contained in:
parent
19654ad0d8
commit
e78178558d
@ -75,4 +75,9 @@ class AdvPresenter extends EntryPresenter
|
|||||||
$advModel = new AdvModel();
|
$advModel = new AdvModel();
|
||||||
return $advModel->priceFormat($adv->getObject());
|
return $advModel->priceFormat($adv->getObject());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function detailUrl()
|
||||||
|
{
|
||||||
|
return $this->getObject()->getAdvDetailLinkByModel($this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user