comment = $comment; } public function generate(): Activity { $iri = $this->generateIri( WEB_CODE_PATH, 'portfolio/index.php', [ 'action' => 'view', 'id' => $this->comment->getItem()->getId(), 'comment' => $this->comment->getId(), ] ); return new Activity( IRI::fromString($iri), new Definition( null, null, IRI::fromString('http://activitystrea.ms/schema/1.0/comment') ) ); } }