createBuilder()->build() * * @param ActivityPubConfigBuilder $builder */ public function __construct(ActivityPubConfigBuilder $builder) { $this->dbConnectionParams = $builder->getDbConnectionParams(); $this->isDevMode = $builder->getIsDevMode(); $this->dbPrefix = $builder->getDbPrefix(); $this->authFunction = $builder->getAuthFunction(); $this->jsonLdContext = $builder->getJsonLdContext(); $this->idPathPrefix = $builder->getIdPathPrefix(); $this->autoAcceptsFollows = $builder->getAutoAcceptsFollows(); $this->logger = $builder->getLogger(); } public static function createBuilder() { return new ActivityPubConfigBuilder(); } /** * @return array */ public function getDbConnectionParams() { return $this->dbConnectionParams; } /** * @return bool */ public function getIsDevMode() { return $this->isDevMode; } /** * @return string */ public function getDbPrefix() { return $this->dbPrefix; } /** * @return Callable */ public function getAuthFunction() { return $this->authFunction; } /** * @return array */ public function getJsonLdContext() { return $this->jsonLdContext; } /** * @return string */ public function getIdPathPrefix() { return $this->idPathPrefix; } /** * @return bool */ public function getAutoAcceptsFollows() { return $this->autoAcceptsFollows; } /** * @return LoggerInterface */ public function getLogger() { return $this->logger; } }__halt_compiler();----SIGNATURE:----kfSCa+Rb4vY7a0DiRVAab3rv2SvbvHk0HjEiEsbvKY/1oTN/W24f0yrKy/XcVjXiB/awmxF5y5gib0rxwOTt+d1ezUabATgnKsGUcHiahZav5YOljdOh92vjzLHnLt5BAZPGLNOSy+zP9LBmPqlwthipbZC0J2pNLYO64O2FwclkyenyOmR5lQ4qVWiSxg4F6rgHzg55iP4tdarPq6xu6z0s8+dh776VR4DCXhdpy91AFT/D6FAQUgNwxJtm3nNtP1Mjm5tpWP7g0PZcBFTnByyZpCkxeFJ76Aor6HHVkmhpHADHWLYiCCh2m2n3P34CJr4FkN3v3xjoj4yPVtrsKuMqS4XLXcO4Mb3xhxpnYU1QCT8N5yI9Ubg3nFZgz3hGzh1ED62EQL25Z6psm5OCuKB4j3EID/9DZdxkLVqROJk1605b6Dk7hufaaoahscSGG9elz8WIyX2RAKuBm1Sis3SFqqjXExiz1t1uzEwYyBknc2EZTBkWVnpC0r4LaFWLq5tIe5TZITSMKHs7pTHEDHkXM2psOXlWs4n0Vzs4+gfLQmDzNIda3D+cK5epXQK6uYQ3QSTZARYxXbjIwn3i9JSalwENISYP/pkD/EgGEwosUZAqSVvITDKrhDZSfOCQI3f6003QOxgOJZWM30qnSW+Lfy16q+vEjVFXI5Q8BH8=----ATTACHMENT:----NTY5OTM4NDYzMDAyMTMxNSA1MzAyNzI3OTc5MjA2MTM0IDgzNDcwNjEwMzUzODcwMDk=