public function getSitePath(\Iphp\CoreBundle\Routing\EntityRouter $entityRouter, $action = null) { if ($action) { return $entityRouter->generateEntityActionPath($this, $action); } return $this->getFullPath(); }
public function getSitePath(EntityRouter $entityRouter, $action = 'view') { return $entityRouter->generateEntityActionPath($this, $action, array('id' => $this->getId())); }