ARC2_StoreDeleteQueryHandler::__init PHP Method

__init() public method

public __init ( )
    function __init()
    {
        /* db_con */
        parent::__init();
        $this->store = $this->caller;
        $this->handler_type = 'delete';
    }