Documentation

FolderAlreadyExistsException extends Exception
in package

When we want to set parent of a folder and the given name already exists in the parent folder.

Table of Contents

Properties

$name  : mixed
$parent  : mixed

Methods

__construct()  : mixed
C'tor.
getFolder()  : IFolder
Get the folder of the children in this parent.
getName()  : string
Getter.
getParentId()  : int
Getter.

Properties

Methods

__construct()

C'tor.

public __construct(int $parent, string $name[, int $code = 0 ][, Exception $previous = null ]) : mixed
Parameters
$parent : int
$name : string
$code : int = 0
$previous : Exception = null

        
On this page

Search results