BaseEventTypeController::printLog PHP Method

printLog() protected method

Log print action.
protected printLog ( integer $id, boolean $pdf )
$id integer event id
$pdf boolean
    protected function printLog($id, $pdf)
    {
        $this->logActivity("printed event (pdf={$pdf})");
        $this->event->audit('event', 'print', false);
    }
BaseEventTypeController