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 array $handler * @return After */ public function execute(array $handler): static { return $this; } }