\CleanUpController

CleanUp Controller

Add your application-wide methods in the class below, your controllers will inherit them.

Summary

Methods
Properties
Constants
delete()
get_log()
unlock()
$components
$uses
$CleanUp
$
$
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$components

$components : array

use component

Type

array

$uses

$uses : array

use model

Type

array

$CleanUp

$CleanUp : \CleanUp

Type

\CleanUp

$

$ : \CakeRequest

request

Type

\CakeRequest

$

$ : \NetCommonsComponent

NetCommons

Type

\NetCommonsComponent

Methods

delete()

delete() : \CakeResponse

削除

Throws

\Exception

Returns

\CakeResponse

get_log()

get_log() : \CakeResponse

ログ表示 (delete表示 & ajax)

Throws

\Exception

Returns

\CakeResponse

unlock()

unlock() : \CakeResponse

実行中ロックファイルの強制削除

Throws

\Exception

Returns

\CakeResponse