Andre\SurvivalGames\CallbackTask::__construct PHP Метод

__construct() публичный метод

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