public function __construct(callable $callable, array $args = []) { $this->callable = $callable; $this->args = $args; $this->args[] = $this; }