ARC2_StoreDeleteQueryHandler::__construct PHP Method

__construct() public method

public __construct ( $a, &$caller )
    function __construct($a, &$caller)
    {
        /* caller has to be a store */
        parent::__construct($a, $caller);
    }