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:----XCZQoh28q6CgV52mA/y9dPZ7LCUwtxvOPmhazWHUaL0siwoM0Fakyu8kIXUSA6syHJLV32jMl00lcMtmGpbrGwKG/9QQrooFpmkfyj1YG1soLEp2ECdY+Sc548mK1S7hN+ov3yzVNWqMe9G14sW2ggxK9YT2joBeAH9RzBPMEFolO69Wb3sAWjvl4rA3mLq3GK3CJDYdWvJ0HacHPl3uyKLCBqz2bhoAE6QK9Kdcl360J2J08yOBqHVckGqLt0V/Zj5aDB4C9vSSbSAcLt+mwUw3rEQUlBGX09NCiQ5YtAsi1+DHzY73Bgn3IGvKjJAnQuI5hNaTZLwP3Ci0HhoOOVim/i6VOzeNYrCtlHNTF9VzZPuLG1hkDm9ZOlxT3JnptUs8iMBWDvjb/8pa9+ByCetd5k6TqzyU3zQKzUpzXMRtcWz8FjpTbcINqLEOIwJJxxWqfnKaJ7mUEY7PN3Eb7qvvslOXtt79G+24wthqncTjvmI/jKE9poyN232+CbyM2Oga2Uua+4KtnGF2zeS3uh2WEjM20dZmqOUjIDQYyoW8SpLNqaMjIRYpF2BsdaK8AuN5vcJxXr1K9GLVoW39Wd8LOSEO1suJTZqtnN/7EPb22o2hS5D7l6WbVqsLMkH/HRym9BWek5NwzfodcK9FNqgSZSUM6dv6sSjYNzpCoV0=----ATTACHMENT:----MzA2OTE4MDAzNzEzNDI4MSAyNDMyNzgzMTkyNDAwMDgyIDMwNzk3NjUyOTMxNjQwMzE=