Goetas\Twital\Twital::__construct PHP Method

__construct() public method

public __construct ( array $options = [] )
$options array
    public function __construct(array $options = array())
    {
        $this->options = $options;
        $this->dispatcher = new EventDispatcher();
        $this->addExtension(new CoreExtension());
    }