$nli->out->elementEnd('div');
}
- public function getDescription()
- {
- return $this->description;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function getUrl()
- {
- if (empty($this->url)) {
- throw new InvalidUrlException($this->url);
- }
- return $this->url;
- }
-
protected function showNoticeContent(Notice $stored, HTMLOutputter $out, Profile $scoped=null)
{
$nb = Bookmark::fromStored($stored);
return self::getByPK(array('uri' => $stored->getUri()));
}
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function getUrl()
+ {
+ if (empty($this->url)) {
+ throw new InvalidUrlException($this->url);
+ }
+ return $this->url;
+ }
+
/**
* Get the bookmark that a user made for an URL
*