Back to PhocaDownloadDownload class

Method hit

protected static
hit
(mixed $id)

Method hit - Source code

protected static function hit($id)
{
    $app = Factory::getApplication();
    $table = Table::getInstance('PhocaDownload', 'Table');
    $table->hit($id);
    return true;
}