AppserverIo\Appserver\Core\Api\Node\ExtractorNode::isCreateBackups PHP Method

isCreateBackups() public method

Returns the flag that backups should be created.
public isCreateBackups ( ) : boolean
return boolean The flag to create backups
    public function isCreateBackups()
    {
        return $this->createBackups;
    }