tasks/system/MkdirTask.php

Show: inherited
Table of Contents

\MkdirTask

Package: phing\tasks\system

Task to create a directory.

Parent(s)
\Task < \ProjectComponent
Author
Andreas Aderhold, andi@binarycloud.com  
Version
$Revision: 1248 $  

Properties

Propertyprivate  $dir= ''

directory to create

Details
Type
n/a
Propertyprivateinteger  $mode= '0755'

Mode to create directory with

Default value0755Details
Type
integer

Methods

methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

create the directory and all parents

Throws
Exception Description
\BuildException if dir is somehow invalid, or creation failed.
methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetDescription( ) : void

methodpublicsetDir(  $dir ) : void

the directory to create; required.

Parameters
Name Type Description
$dir
methodpublicsetLocation( ) : void

methodpublicsetMode( mixed $mode ) : void

Sets mode to create directory with

Parameters
Name Type Description
$mode mixed
methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.