HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
extensions
helpers
models
AccountSite
behaviors
ContactForm.php
LoginForm.php
ResourceDownload.php
SiteCleanup.php
SiteDelete.php
SiteNew.php
SiteRecrawl.php
Sites.php
SitesView.php
SiteUpdate.php
UrlCleanup.php
UrlDelete.php
UrlRecrawl.php
UrlReprocess.php
UrlsView.php
UrlUpdate.php
modules
runtime
tests
vendor
views
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
UrlRecrawl.php
Go to the documentation of this file.
1
<?php
2
3
class
UrlRecrawl
extends
UrlCleanup
4
{
5
public
function
recrawl
()
6
{
7
$this->operation =
"Re-Crawl"
;
8
$this->opLog =
"URL_RECRAWL (Based on URL_CLEANUP)"
;
9
$this->dType = 1;
10
$r = Yii::app()->request;
11
$this->
cleanupUrlInfo
(
12
$r->getParam(
'siteId'
),
13
$r->getParam(
'url'
),
14
$r->getParam(
'urlType'
),
15
'0'
,
'1'
16
);
17
18
unset($cleanup);
19
return
true
;
20
}
21
}
app
protected
models
UrlRecrawl.php
Generated on Tue Jun 30 2015 20:12:35 for HCE Project DC service web UI by
1.8.1.2