Kraken\Root\Runtime\Boot\ThreadBoot::constructor PHP Метод

constructor() публичный Метод

public constructor ( mixed[] $args ) : ThreadBoot
$args mixed[]
Результат ThreadBoot
    public function constructor($args)
    {
        $this->controllerParams = $args;
        return $this;
    }