AppserverIo\Appserver\Core\Api\Node\FileHandlerNode::getName PHP Method

getName() public method

Returns the file handler's name
public getName ( ) : string
return string The file handler's name
    public function getName()
    {
        return $this->name;
    }