SimpleHistory::register_dropin PHP Method

register_dropin() public method

Does not load the dropin, so file with dropin class must be loaded already. See example-dropin.php for an example on how to use this.
Since: 2.1
public register_dropin ( $dropinClassName )
    function register_dropin($dropinClassName)
    {
        $this->externalDropins[] = $dropinClassName;
    }
SimpleHistory