Dc11Schema::__construct PHP Method

__construct() public method

Constructor
public __construct ( )
    function __construct()
    {
        // Configure the DC schema.
        parent::__construct(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
    }
Dc11Schema