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

getExtension() public method

Return's the file extension
public getExtension ( ) : string
return string The file extension
    public function getExtension()
    {
        return $this->extension;
    }