PHP Class FileUploadPluginUploadErrorException, addons

Inheritance: extends Exception
Afficher le fichier Open project: vanilla/addons

Protected Properties

Свойство Type Description
$ApcKey null
$Filename Exception

Méthodes publiques

Méthode Description
__construct ( string $Message, integer $Code, Exception $Filename, null $ApcKey = null ) FileUploadPluginUploadErrorException constructor.
getApcKey ( ) : null
getFilename ( ) : Exception

Method Details

__construct() public méthode

FileUploadPluginUploadErrorException constructor.
public __construct ( string $Message, integer $Code, Exception $Filename, null $ApcKey = null )
$Message string
$Code integer
$Filename Exception
$ApcKey null

getApcKey() public méthode

public getApcKey ( ) : null
Résultat null

getFilename() public méthode

public getFilename ( ) : Exception
Résultat Exception

Property Details

$ApcKey protected_oe property

protected null $ApcKey
Résultat null

$Filename protected_oe property

protected Exception $Filename
Résultat Exception