Esempio n. 1
0
 protected function buildPage(DocumentAbstract $document, Page\Record $page)
 {
     // subject
     $subject = $this->config['psx_url'] . '/' . $this->config['psx_dispatch'] . $page->path;
     $document->setSubject($subject);
     // meta
     $document->addProperty('http://ns.amun-project.org/2011/meta/id', $page->globalId);
     $document->addProperty('http://ns.amun-project.org/2011/meta/title', $page->title);
     $document->addProperty('http://ns.amun-project.org/2011/meta/date', $page->getDate()->format(DateTime::ATOM));
 }