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;
    }