PHP Class AppserverIo\Appserver\Core\Api\Node\FileHandlerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$extension string The file extension
$name string The file handler name

Méthodes publiques

Méthode Description
getExtension ( ) : string Return's the file extension
getName ( ) : string Returns the file handler's name

Method Details

getExtension() public méthode

Return's the file extension
public getExtension ( ) : string
Résultat string The file extension

getName() public méthode

Returns the file handler's name
public getName ( ) : string
Résultat string The file handler's name

Property Details

$extension protected_oe property

The file extension
protected string $extension
Résultat string

$name protected_oe property

The file handler name
protected string $name
Résultat string