Nextras\Forms\Controls\Typeahead::__construct PHP Method

__construct() public method

public __construct ( $caption = null, $callback = null )
    public function __construct($caption = null, $callback = null)
    {
        parent::__construct($caption);
        $this->setCallback($callback);
    }