Description
Some directives may have complex initialization and setup requirements. So much so that it's simpler to configure them in the calling code, and not thru some reflection mechanism. The attached patch adds methods to support this.
Some directives may have complex initialization and setup requirements. So much so that it's simpler to configure them in the calling code, and not thru some reflection mechanism. The attached patch adds methods to support this.