public function permalink($relative = TRUE)
 {
     if ($this->software) {
         return $this->software->comments_permalink() . '?show_all=1' . parent::permalink();
     }
 }
Exemple #2
0
 public function relative_url()
 {
     if ($this->diario_post) {
         return substr($this->diario_post->permalink(TRUE), 1) . parent::relative_url();
     }
 }