Jenner\SimpleFork\FixedPool::__construct PHP Метод

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

public __construct ( integer $max = 4 )
$max integer
    public function __construct($max = 4)
    {
        $this->max = $max;
    }