after)) { $this->after = [$this->after]; } foreach ($this->after as $key => $value) { $sn = Snowflake::createObject($value); if (!($sn instanceof \HttpServer\IInterface\After)) { continue; } $this->after[$key] = [$sn, 'onHandler']; } } /** * @param mixed $class * @param mixed|null $method * @return After */ public function execute(mixed $class, mixed $method = null): static { return $this; } }