WireTempDir class

Located in file /wire/core/WireTempDir.php

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the WireTempDir class also inherits all the methods and properties of: Wire.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
WireTempDir::create()
string@deprecated Use init() method instead 
WireTempDir::createName()
stringCreate a randomized name for runtime temp dir 
WireTempDir::get()
stringReturns a temporary directory (path) 
WireTempDir::init()
stringInitialize temporary directory 
WireTempDir::maintenance()
boolPerform maintenance by cleaning up old temporary directories 
WireTempDir::remove()
boolRemoves the temporary directory created by this object 
WireTempDir::removeAll()
NoneClear all temporary directories created by this class 
WireTempDir::setRemove()
$thisCall this with 'false' to prevent temp dir from being removed automatically when object is destructed 

Additional methods and properties

In addition to the methods and properties above, WireTempDir also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.251