Crummy\Phlack\Common\Iterocitor::__construct PHP Метод

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

public __construct ( array $options = [] )
$options array
    public function __construct($options = [])
    {
        $this->sequencer = new Sequencer();
        if ($options instanceof PhlackClient) {
            $this->client = $options;
        } else {
            $this->client = new PhlackClient($options);
        }
    }