public function addImplementorsOf(string $interfaceName) : void { $this->interfaces[] = $interfaceName; }