testInjectSelf->getId() === $id); } /** * @return int */ public function getId(): int { return $this->id; } /** * @return TestInjectSelf */ public function getTestInjectSelf(): TestInjectSelf { return $this->testInjectSelf; } /*public static function main(): void { FacadeContainer::getSingle(static::class); FacadeContainer::newInstance(static::class, [2]); }*/ }