public function getSlug() { return Cotinga::slugify($this->name); }
public function getSlug() { $metadata = $this->getMetadata(); return Cotinga::slugify($metadata['dc.title'][0]); }